diff options
author | Brett Cannon <bcannon@gmail.com> | 2007-01-23 22:46:12 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2007-01-23 22:46:12 (GMT) |
commit | ba2ec0545a1f67821e887806b211fda1828cbe53 (patch) | |
tree | ea28303657027ee4c9b3bd650326a925cbd8bc8d | |
parent | 75ba075110bbb3dcac6e975540bf8eda65774ec1 (diff) | |
download | cpython-ba2ec0545a1f67821e887806b211fda1828cbe53.zip cpython-ba2ec0545a1f67821e887806b211fda1828cbe53.tar.gz cpython-ba2ec0545a1f67821e887806b211fda1828cbe53.tar.bz2 |
Clarify bug #1377858 entry.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ Core and builtins ----------------- - Bug #1377858: Fix the segfaulting of the interpreter when an object created - a weakref on itself during a __del__ call. + a weakref on itself during a __del__ call for new-style classes (classic + classes still have the bug). - Bug #1579370: Make PyTraceBack_Here use the current thread, not the frame's thread state. |