[Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
georg.brandl
python-checkins at python.org
Sun Sep 4 08:29:00 CEST 2011
http://hg.python.org/cpython/rev/fdd83a93ba37
changeset: 72219:fdd83a93ba37
parent: 72217:fe0497bd7354
parent: 72218:2ecaf6aa3fee
user: Georg Brandl <georg at python.org>
date: Sun Sep 04 08:12:27 2011 +0200
summary:
Merge with 3.2.
files:
Misc/NEWS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,7 +53,7 @@
- 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
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list