[Python-checkins] CVS: python/dist/src/Misc NEWS,1.337.2.4.2.12,1.337.2.4.2.13

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


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

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


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.337.2.4.2.12
retrieving revision 1.337.2.4.2.13
diff -C2 -d -r1.337.2.4.2.12 -r1.337.2.4.2.13
*** NEWS	26 Mar 2002 13:22:23 -0000	1.337.2.4.2.12
--- NEWS	29 Mar 2002 01:05:09 -0000	1.337.2.4.2.13
***************
*** 1,2 ****
--- 1,15 ----
+ What's New in Python 2.2.1 final?
+ Release date: XX-Apr-2002
+ =================================
+ 
+ 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.2.1c2?
  Release date: 26-Mar-2002