]> granicus.if.org Git - python/commit
SF patch 522961: Leak in Python/thread_nt.h, from Gerald S. Williams.
authorTim Peters <tim.peters@gmail.com>
Thu, 28 Feb 2002 21:34:34 +0000 (21:34 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 28 Feb 2002 21:34:34 +0000 (21:34 +0000)
commite64ef931d6e4ee800fcd156b28269569d989783c
tree2e9b258b1ccfce81c2006f747dfd891308fd3d51
parent5e67cded409218e4957c0921cd6b0dca7ba63317
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.
Misc/ACKS
Python/thread_nt.h