Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd164c2

Browse files
committed
Merge with 3.2.
2 parents 9fd5374 + e3bb2cf commit fd164c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Core and Builtins
5353
- Issue #11627: Fix segfault when __new__ on a exception returns a
5454
non-exception class.
5555

56-
- Issue #12149: Update the method cache after a type's dictionnary gets
56+
- Issue #12149: Update the method cache after a type's dictionary gets
5757
cleared by the garbage collector. This fixes a segfault when an instance
5858
and its type get caught in a reference cycle, and the instance's
5959
deallocator calls one of the methods on the type (e.g. when subclassing

0 commit comments

Comments
 (0)