[Python-checkins] r53534 - python/branches/release25-maint/Misc/NEWS

brett.cannon python-checkins at python.org
Tue Jan 23 23:46:13 CET 2007


Author: brett.cannon
Date: Tue Jan 23 23:46:12 2007
New Revision: 53534

Modified:
   python/branches/release25-maint/Misc/NEWS
Log:
Clarify bug #1377858 entry.


Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS	(original)
+++ python/branches/release25-maint/Misc/NEWS	Tue Jan 23 23:46:12 2007
@@ -13,7 +13,8 @@
 -----------------
 
 - 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.


More information about the Python-checkins mailing list