commit | c3349cd22e9877a0516d8baa71530f87bf5ac430 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Jul 15 14:15:40 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Jul 15 14:15:40 2011 -0500 |
tree | de647565e7bf267a9fa1b2371ab8c8f08275e65a | |
parent | 2659140a5d0fbace2826320c0c3130e356c3c94b [diff] [blame] |
port 8d05f697acd4 (#11627)
diff --git a/Misc/NEWS b/Misc/NEWS index 4f1f1cf..867ef9c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,9 @@ 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