Mailing List Archive

python/dist/src/Misc NEWS,1.337.2.4.2.20,1.337.2.4.2.21
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv3938/221/Misc

Modified Files:
Tag: release22-maint
NEWS
Log Message:
SF bug 543148: Memory leak with stackframes + inspect.
Put a bound on the number of frameobjects that can live in the
frameobject free_list.

Also fixed on the trunk. I don't intend to backport to 2.1 (too
much work -- lots of cyclic structures leak there).


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.337.2.4.2.20
retrieving revision 1.337.2.4.2.21
diff -C2 -d -r1.337.2.4.2.20 -r1.337.2.4.2.21
*** NEWS 9 Apr 2002 14:21:43 -0000 1.337.2.4.2.20
--- NEWS 13 Apr 2002 05:25:28 -0000 1.337.2.4.2.21
***************
*** 1,2 ****
--- 1,21 ----
+ What's New in Python 2.2.2?
+ Release date: dd-mmm-2002
+ ===========================
+
+ Core and builtins
+
+ - Repaired a slow memory leak possible only in programs creating a
+ great many cyclic structures involving frames. Reported on
+ SourceForge as bug 543148.
+
+ Library
+
+
+ C API
+
+
+ Windows
+
+
What's New in Python 2.2.1 final?
Release date: 10-Apr-2002