[Python-checkins] python/dist/src/Misc NEWS,1.831.4.40,1.831.4.41
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Tue Sep 16 00:36:35 EDT 2003
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv22699/Misc
Modified Files:
Tag: release23-maint
NEWS
Log Message:
Backport leak fix for new code objects.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.40
retrieving revision 1.831.4.41
diff -C2 -d -r1.831.4.40 -r1.831.4.41
*** NEWS 12 Sep 2003 16:37:45 -0000 1.831.4.40
--- NEWS 16 Sep 2003 04:36:32 -0000 1.831.4.41
***************
*** 13,16 ****
--- 13,18 ----
-----------------
+ - Fixed a leak when new code objects are instantiated.
+
- Bug #800796: slice(1).__hash__() now raises a TypeError, unhashable type.
More information about the Python-checkins
mailing list