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