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.
1 parent f6f3a35 commit e3bb2cfCopy full SHA for e3bb2cf
1 file changed
Misc/NEWS
@@ -92,7 +92,7 @@ Core and Builtins
92
- Issue #11627: Fix segfault when __new__ on a exception returns a
93
non-exception class.
94
95
-- Issue #12149: Update the method cache after a type's dictionnary gets
+- Issue #12149: Update the method cache after a type's dictionary gets
96
cleared by the garbage collector. This fixes a segfault when an instance
97
and its type get caught in a reference cycle, and the instance's
98
deallocator calls one of the methods on the type (e.g. when subclassing
0 commit comments