]> granicus.if.org Git - python/commit
Issue #11870: threading: Properly reinitialize threads internal locks and
authorCharles-François Natali <neologix@free.fr>
Sun, 18 Dec 2011 17:35:09 +0000 (18:35 +0100)
committerCharles-François Natali <neologix@free.fr>
Sun, 18 Dec 2011 17:35:09 +0000 (18:35 +0100)
commit6d5f9e73d973a9ec5a68dfc0bc1859e6e4f50896
treeeb1ec3156660aa7303efda46294e8453cb07ac34
parentcf53ae2171d01eed0e1c902b51da27b5bdfbc143
Issue #11870: threading: Properly reinitialize threads internal locks and
condition variables to avoid deadlocks in child processes.
Lib/threading.py
Misc/NEWS