summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-07-02 12:39:53 (GMT)
committerCharles-François Natali <neologix@free.fr>2011-07-02 12:39:53 (GMT)
commita4a04069fd93395369b6061ed07f471e53f1c7a1 (patch)
tree3bb1e52b4690c7d30d5a4cf39e514ae37e04403b /Misc/NEWS
parentee1a7cb4a44caf44e7f56db7645381da78cf6ffd (diff)
parent778db49da9eeb23af4410f592165d7e46d4a285a (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9ce6cb5..423d7ec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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