• Michael W. Hudson's avatar
    backport tim_one's checkin of · f51017d5
    Michael W. Hudson yazdı
        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.
    f51017d5
thread_nt.h 9.59 KB