]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport tim_one's checkin of
authorMichael W. Hudson <mwh@python.net>
Tue, 5 Mar 2002 13:56:23 +0000 (13:56 +0000)
committerMichael W. Hudson <mwh@python.net>
Tue, 5 Mar 2002 13:56:23 +0000 (13:56 +0000)
commitf51017d5f7cd3b733e757edfba91861d9d5e8f1a
tree104f413f02857218686297bbc741e302f8bdfa1f
parenteffe724cfde8d68ea2da459daf6ed07dd84a16a2
backport tim_one's checkin of
    revision 2.22 of thread_nt.h

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.
Python/thread_nt.h