diff options
author | Charles-François Natali <neologix@free.fr> | 2011-12-18 17:22:24 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2011-12-18 17:22:24 (GMT) |
commit | 41616300b1a29b2bf65071a7e117f34367126bcb (patch) | |
tree | 7099e9f9b0e600edc99b423dd8a858c3a8bb9fa6 /Misc | |
parent | f3d35f0efe4bd669782e29a9ccf21570878ed319 (diff) | |
download | cpython-41616300b1a29b2bf65071a7e117f34367126bcb.zip cpython-41616300b1a29b2bf65071a7e117f34367126bcb.tar.gz cpython-41616300b1a29b2bf65071a7e117f34367126bcb.tar.bz2 |
Issue #11870: threading: Properly reinitialize threads internal locks and
condition variables to avoid deadlocks in child processes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -86,6 +86,9 @@ Core and Builtins Library ------- +- Issue #11870: threading: Properly reinitialize threads internal locks and + condition variables to avoid deadlocks in child processes. + - Issue #8035: urllib: Fix a bug where the client could remain stuck after a redirection or an error. |