diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-07-15 19:15:40 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-07-15 19:15:40 (GMT) |
commit | c3349cd22e9877a0516d8baa71530f87bf5ac430 (patch) | |
tree | de647565e7bf267a9fa1b2371ab8c8f08275e65a /Misc | |
parent | 2659140a5d0fbace2826320c0c3130e356c3c94b (diff) | |
download | cpython-c3349cd22e9877a0516d8baa71530f87bf5ac430.zip cpython-c3349cd22e9877a0516d8baa71530f87bf5ac430.tar.gz cpython-c3349cd22e9877a0516d8baa71530f87bf5ac430.tar.bz2 |
port 8d05f697acd4 (#11627)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |