]> git.ipfire.org Git - thirdparty/Python/cpython.git/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)
commit52849bfaa384f1dcc26a8aa9092379921d835081
treecf97e23e85810217b86808d64b5188288129fd6e
parentc45868ec697a70a80d1cf8a511894f073fda3a27
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