]> 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:45:16 +0000 (18:45 +0100)
committerCharles-François Natali <neologix@free.fr>
Sun, 18 Dec 2011 17:45:16 +0000 (18:45 +0100)
commitb055bf6acbac7245ea943143be7313912a692902
tree4d88b45e1bdfe9cc596bb94b4dc43c6aef2d7c37
parent3c4dcea71267ac7c418a55454d85a4703116c774
Issue #11870: threading: Properly reinitialize threads internal locks and
condition variables to avoid deadlocks in child processes.
Lib/threading.py
Misc/NEWS