]> granicus.if.org Git - python/commit
Issue #14308: Fix an exception when a dummy thread is in the threading module's activ...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 19 Apr 2012 22:05:17 +0000 (00:05 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 19 Apr 2012 22:05:17 +0000 (00:05 +0200)
commitdd5aa36f179011f390a0cc6fb4ba7bba1764f1a9
tree8eab78b2d8fe17426fe8bc2dca0b33628920a750
parentbf35c156b48bd09febeb74d0a5b218e959d4225b
parent8e6e0fdb7fee3796df8b578c1311b5e46005f2d9
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