[Python-checkins] CVS: python/dist/src/Misc NEWS,1.146.2.9,1.146.2.10

Guido van Rossum gvanrossum@users.sourceforge.net
Thu, 28 Mar 2002 17:06:37 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv25444

Modified Files:
      Tag: release21-maint
	NEWS 
Log Message:
News for SF #535905.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.146.2.9
retrieving revision 1.146.2.10
diff -C2 -d -r1.146.2.9 -r1.146.2.10
*** NEWS	15 Jan 2002 22:13:16 -0000	1.146.2.9
--- NEWS	29 Mar 2002 01:06:35 -0000	1.146.2.10
***************
*** 1,2 ****
--- 1,15 ----
+ What's New in Python 2.1.3?
+ Release date: XX-XXX-XXXX
+ ===========================
+ 
+ Core
+ 
+ - 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.
+ 
+ 
  What's New in Python 2.1.2 (final)?
  ===================================