Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fd5374 + e3bb2cf commit fd164c2Copy full SHA for fd164c2
1 file changed
Misc/NEWS
@@ -53,7 +53,7 @@ Core and Builtins
53
- Issue #11627: Fix segfault when __new__ on a exception returns a
54
non-exception class.
55
56
-- Issue #12149: Update the method cache after a type's dictionnary gets
+- Issue #12149: Update the method cache after a type's dictionary gets
57
cleared by the garbage collector. This fixes a segfault when an instance
58
and its type get caught in a reference cycle, and the instance's
59
deallocator calls one of the methods on the type (e.g. when subclassing
0 commit comments