[Python-checkins] CVS: python/dist/src/Misc ACKS,1.130,1.131

Guido van Rossum gvanrossum@users.sourceforge.net
Thu, 25 Oct 2001 13:18:37 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv8645

Modified Files:
	ACKS 
Log Message:
Fix SF bug #474538: Memory (reference) leak in poller.register (Dave Brueck)

Replace some tortuous code that was trying to be clever but forgot to
DECREF the key and value, by more longwinded but obviously correct
code.

(Inspired by but not copying the fix from SF patch #475033.)


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.130
retrieving revision 1.131
diff -C2 -d -r1.130 -r1.131
*** ACKS	2001/10/23 21:25:24	1.130
--- ACKS	2001/10/25 20:18:35	1.131
***************
*** 55,58 ****
--- 55,59 ----
  Gary S. Brown
  Oleg Broytmann
+ Dave Brueck
  Stan Bubrouski
  Erik de Bueger