python/dist/src/Misc NEWS,1.831.4.42,1.831.4.43
Update of /cvsroot/python/python/dist/src/Misc In directory sc8-pr-cvs1:/tmp/cvs-serv18632/Misc Modified Files: Tag: release23-maint NEWS Log Message: Fix leak in classobject.c. The leak surfaced on the error exit when hashing a class that does not define __hash__ but does define a comparison. Index: NEWS =================================================================== RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v retrieving revision 1.831.4.42 retrieving revision 1.831.4.43 diff -C2 -d -r1.831.4.42 -r1.831.4.43 *** NEWS 16 Sep 2003 05:29:50 -0000 1.831.4.42 --- NEWS 16 Sep 2003 07:13:56 -0000 1.831.4.43 *************** *** 13,16 **** --- 13,19 ---- ----------------- + - Fixed a leak in class objects defining a comparison but not a hash + function. + - Bug #789402, fixed memory leak when opening a file object.
participants (1)
-
rhettingerīŧ users.sourceforge.net