Kaydet (Commit) 5cf93c68 authored tarafından Victor Stinner's avatar Victor Stinner

(Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle)

...@@ -13,7 +13,7 @@ Core and Builtins ...@@ -13,7 +13,7 @@ Core and Builtins
- Issue #9756: When calling a method descriptor or a slot wrapper descriptor, - Issue #9756: When calling a method descriptor or a slot wrapper descriptor,
the check of the object type doesn't read the __class__ attribute anymore. the check of the object type doesn't read the __class__ attribute anymore.
Fix a crash if a class override its __class__ attribute (e.g. a proxy of the Fix a crash if a class override its __class__ attribute (e.g. a proxy of the
str type). str type). Patch written by Andreas Stührk.
- Issue #10914: Initialize correctly the filesystem codec when creating a new - Issue #10914: Initialize correctly the filesystem codec when creating a new
subinterpreter to fix a bootstrap issue with codecs implemented in Python, as subinterpreter to fix a bootstrap issue with codecs implemented in Python, as
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment