Merge with 3.2.

This commit is contained in:
Georg Brandl 2011-09-04 08:12:27 +02:00
commit fd164c207f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ Core and Builtins
- Issue #11627: Fix segfault when __new__ on a exception returns a
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
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