diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-07-15 19:10:35 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-07-15 19:10:35 (GMT) |
commit | e92cd0ce987d11acf2b93d43171f61c297e935ba (patch) | |
tree | 14c0986adc09d30245c97157fb1eac79b0f68102 /Misc | |
parent | af5bacf9bb9b9729fac3da50111441b1f0efdd44 (diff) | |
parent | 5afa03a72ee6d27e742dc0ebc06a0630e1b37fe9 (diff) | |
download | cpython-e92cd0ce987d11acf2b93d43171f61c297e935ba.zip cpython-e92cd0ce987d11acf2b93d43171f61c297e935ba.tar.gz cpython-e92cd0ce987d11acf2b93d43171f61c297e935ba.tar.bz2 |
merge 3.2 (#11627)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |