diff options
author | Charles-François Natali <neologix@free.fr> | 2011-07-02 12:39:53 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2011-07-02 12:39:53 (GMT) |
commit | a4a04069fd93395369b6061ed07f471e53f1c7a1 (patch) | |
tree | 3bb1e52b4690c7d30d5a4cf39e514ae37e04403b /Misc/NEWS | |
parent | ee1a7cb4a44caf44e7f56db7645381da78cf6ffd (diff) | |
parent | 778db49da9eeb23af4410f592165d7e46d4a285a (diff) | |
download | cpython-a4a04069fd93395369b6061ed07f471e53f1c7a1.zip cpython-a4a04069fd93395369b6061ed07f471e53f1c7a1.tar.gz cpython-a4a04069fd93395369b6061ed07f471e53f1c7a1.tar.bz2 |
Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is
freed by the garbage collector while the Heap lock is held.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ Core and Builtins Library ------- +- Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by + the garbage collector while the Heap lock is held. + - Issue #12451: The XInclude default loader of xml.etree now decodes files from UTF-8 instead of the locale encoding if the encoding is not specified. It now also opens XML files for the parser in binary mode instead of the text mode |