summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-07-15 19:10:35 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-07-15 19:10:35 (GMT)
commite92cd0ce987d11acf2b93d43171f61c297e935ba (patch)
tree14c0986adc09d30245c97157fb1eac79b0f68102 /Misc
parentaf5bacf9bb9b9729fac3da50111441b1f0efdd44 (diff)
parent5afa03a72ee6d27e742dc0ebc06a0630e1b37fe9 (diff)
downloadcpython-e92cd0ce987d11acf2b93d43171f61c297e935ba.zip
cpython-e92cd0ce987d11acf2b93d43171f61c297e935ba.tar.gz
cpython-e92cd0ce987d11acf2b93d43171f61c297e935ba.tar.bz2
merge 3.2 (#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 bfdc3a3..93ae3ee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1?
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