diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-12-18 18:28:33 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-12-18 18:28:33 (GMT) |
commit | a74252633f2d86b3108b80c929583abd4193d7be (patch) | |
tree | 2ee79aeed464d65ed89d27cdd023b785ee144103 /Misc | |
parent | 2bc801c4ea7b47d4b6db49e0ac0d9e0b3cfef010 (diff) | |
parent | 6d5f9e73d973a9ec5a68dfc0bc1859e6e4f50896 (diff) | |
download | cpython-a74252633f2d86b3108b80c929583abd4193d7be.zip cpython-a74252633f2d86b3108b80c929583abd4193d7be.tar.gz cpython-a74252633f2d86b3108b80c929583abd4193d7be.tar.bz2 |
Merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -100,6 +100,9 @@ Library - Issue #7502: Fix equality comparison for DocTestCase instances. Patch by Cédric Krier. +- 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. |