[Python-checkins] python/dist/src/Misc NEWS,1.831.4.41,1.831.4.42
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Tue Sep 16 01:29:52 EDT 2003
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv592/Misc
Modified Files:
Tag: release23-maint
NEWS
Log Message:
Backport Neal's fix for bug #789402 -- a memory leak in fileobject.c
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.41
retrieving revision 1.831.4.42
diff -C2 -d -r1.831.4.41 -r1.831.4.42
*** NEWS 16 Sep 2003 04:36:32 -0000 1.831.4.41
--- NEWS 16 Sep 2003 05:29:50 -0000 1.831.4.42
***************
*** 13,16 ****
--- 13,18 ----
-----------------
+ - Bug #789402, fixed memory leak when opening a file object.
+
- Fixed a leak when new code objects are instantiated.
More information about the Python-checkins
mailing list