diff options
author | Charles-François Natali <neologix@free.fr> | 2011-12-18 17:35:09 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2011-12-18 17:35:09 (GMT) |
commit | 6d5f9e73d973a9ec5a68dfc0bc1859e6e4f50896 (patch) | |
tree | eb1ec3156660aa7303efda46294e8453cb07ac34 /Misc | |
parent | cf53ae2171d01eed0e1c902b51da27b5bdfbc143 (diff) | |
download | cpython-6d5f9e73d973a9ec5a68dfc0bc1859e6e4f50896.zip cpython-6d5f9e73d973a9ec5a68dfc0bc1859e6e4f50896.tar.gz cpython-6d5f9e73d973a9ec5a68dfc0bc1859e6e4f50896.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
@@ -97,6 +97,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. |