summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2015-04-19 19:08:42 (GMT)
committerChristian Heimes <christian@python.org>2015-04-19 19:08:42 (GMT)
commit418fd74f87756c4312db496db92118bba2c4484a (patch)
tree21287f5643a1f7c044083fb33d28b9b10f84fac0 /Misc
parente5a853c390f76f8d73939138adf70604fe33ca4c (diff)
downloadcpython-418fd74f87756c4312db496db92118bba2c4484a.zip
cpython-418fd74f87756c4312db496db92118bba2c4484a.tar.gz
cpython-418fd74f87756c4312db496db92118bba2c4484a.tar.bz2
Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ae04f59..8366627 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,11 @@ Library
- Issue #23365: Fixed possible integer overflow in
itertools.combinations_with_replacement.
+C API
+-----
+
+- Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
+
What's New in Python 3.3.6?
===========================