diff options
author | Christian Heimes <christian@python.org> | 2015-04-19 19:08:42 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2015-04-19 19:08:42 (GMT) |
commit | 418fd74f87756c4312db496db92118bba2c4484a (patch) | |
tree | 21287f5643a1f7c044083fb33d28b9b10f84fac0 /Misc | |
parent | e5a853c390f76f8d73939138adf70604fe33ca4c (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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? =========================== |