summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-02-28 21:34:34 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-02-28 21:34:34 (GMT)
commite64ef931d6e4ee800fcd156b28269569d989783c (patch)
tree2e9b258b1ccfce81c2006f747dfd891308fd3d51 /Misc
parent5e67cded409218e4957c0921cd6b0dca7ba63317 (diff)
downloadcpython-e64ef931d6e4ee800fcd156b28269569d989783c.zip
cpython-e64ef931d6e4ee800fcd156b28269569d989783c.tar.gz
cpython-e64ef931d6e4ee800fcd156b28269569d989783c.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 1646fe0..9a49b86 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -474,6 +474,7 @@ Rickard Westman
Truida Wiedijk
Gerry Wiener
Bryce "Zooko" Wilcox-O'Hearn
+Gerald S. Williams
Sue Williams
Frank Willison
Greg V. Wilson