Commit fd164c20 authored by Georg Brandl's avatar Georg Brandl

Merge with 3.2.

parents 9fd5374d e3bb2cfb
...@@ -53,7 +53,7 @@ Core and Builtins ...@@ -53,7 +53,7 @@ Core and Builtins
- Issue #11627: Fix segfault when __new__ on a exception returns a - Issue #11627: Fix segfault when __new__ on a exception returns a
non-exception class. non-exception class.
- Issue #12149: Update the method cache after a type's dictionnary gets - Issue #12149: Update the method cache after a type's dictionary gets
cleared by the garbage collector. This fixes a segfault when an instance cleared by the garbage collector. This fixes a segfault when an instance
and its type get caught in a reference cycle, and the instance's and its type get caught in a reference cycle, and the instance's
deallocator calls one of the methods on the type (e.g. when subclassing deallocator calls one of the methods on the type (e.g. when subclassing
......
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