]> granicus.if.org Git - python/commit
Issue #18808 again: fix the after-fork logic for not-yet-started or already-stopped...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 8 Sep 2013 11:19:06 +0000 (13:19 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 8 Sep 2013 11:19:06 +0000 (13:19 +0200)
commit5da7e7959e6d3032a564eea68746e03764ed2f68
treeaf901dac5b86423cde3d47e6a662fe113d19720c
parent6f6f4865d138f2348889ccc08aa8b18ca0263e48
Issue #18808 again: fix the after-fork logic for not-yet-started or already-stopped threads.
(AFAICT, in theory, we must reset all the locks, not just those in use)
Lib/test/test_threading.py
Lib/threading.py