]> granicus.if.org Git - python/commit
Issue #14308: Fix an exception when a "dummy" thread is in the threading module's...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 19 Apr 2012 21:55:01 +0000 (23:55 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 19 Apr 2012 21:55:01 +0000 (23:55 +0200)
commit8e6e0fdb7fee3796df8b578c1311b5e46005f2d9
treee1f800a5e8c4747cbe643209d54574ab8314b54b
parent10ac77d2d886c0921b21253b768fca8bc9b3c0dd
Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork().
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS