Mailing List Archive

CVS: python/dist/src/Misc NEWS,1.369,1.370
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv25629

Modified Files:
NEWS
Log Message:
News for SF #535905.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.369
retrieving revision 1.370
diff -C2 -d -r1.369 -r1.370
*** NEWS 27 Mar 2002 18:49:02 -0000 1.369
--- NEWS 29 Mar 2002 01:07:24 -0000 1.370
***************
*** 7,10 ****
--- 7,16 ----
Core and builtins

+ - Fixed two bugs reported as SF #535905: under certain conditions,
+ deallocating a deeply nested structure could cause a segfault in the
+ garbage collector, due to interaction with the "trashcan" code;
+ access to the current frame during destruction of a local variable
+ could access a pointer to freed memory.
+
- The optional object allocator has been enabled by default.