Clarify bug #1377858 entry.

This commit is contained in:
Brett Cannon 2007-01-23 22:46:12 +00:00
parent 75ba075110
commit ba2ec0545a
1 changed files with 2 additions and 1 deletions

View File

@ -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.