[Python-checkins] CVS: python/dist/src/Misc ACKS,1.159,1.160

Tim Peters tim_one@users.sourceforge.net
Thu, 28 Feb 2002 13:34:36 -0800


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

Modified Files:
	ACKS 
Log Message:
SF patch  522961: Leak in Python/thread_nt.h, from Gerald S. Williams.
A file-static "threads" dict mapped thread IDs to Windows handles, but
was never referenced, and entries never got removed.  This gets rid of
the YAGNI-dict entirely.
Bugfix candidate.


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.159
retrieving revision 1.160
diff -C2 -d -r1.159 -r1.160
*** ACKS	25 Feb 2002 23:12:32 -0000	1.159
--- ACKS	28 Feb 2002 21:34:34 -0000	1.160
***************
*** 475,478 ****
--- 475,479 ----
  Gerry Wiener
  Bryce "Zooko" Wilcox-O'Hearn
+ Gerald S. Williams
  Sue Williams
  Frank Willison