summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-07-15 19:15:40 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-07-15 19:15:40 (GMT)
commitc3349cd22e9877a0516d8baa71530f87bf5ac430 (patch)
treede647565e7bf267a9fa1b2371ab8c8f08275e65a /Misc
parent2659140a5d0fbace2826320c0c3130e356c3c94b (diff)
downloadcpython-c3349cd22e9877a0516d8baa71530f87bf5ac430.zip
cpython-c3349cd22e9877a0516d8baa71530f87bf5ac430.tar.gz
cpython-c3349cd22e9877a0516d8baa71530f87bf5ac430.tar.bz2
port 8d05f697acd4 (#11627)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4f1f1cf..867ef9c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,9 @@ What's New in Python 2.7.3?
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
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