[Python-checkins] python/dist/src/Misc NEWS,1.831.4.42,1.831.4.43

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Tue Sep 16 03:13:59 EDT 2003


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.
  





More information about the Python-checkins mailing list