diff options
author | Christian Heimes <christian@python.org> | 2015-04-19 19:12:14 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2015-04-19 19:12:14 (GMT) |
commit | e0ac2beb4febece5ffdf1b7db7a2f53a8c187ce4 (patch) | |
tree | 903bd402a3fe4e8c59af65209eb3396dab5fb28d /Misc | |
parent | d6e53dab8677fae3f6d00053b0102f8031751587 (diff) | |
parent | 418fd74f87756c4312db496db92118bba2c4484a (diff) | |
download | cpython-e0ac2beb4febece5ffdf1b7db7a2f53a8c187ce4.zip cpython-e0ac2beb4febece5ffdf1b7db7a2f53a8c187ce4.tar.gz cpython-e0ac2beb4febece5ffdf1b7db7a2f53a8c187ce4.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
@@ -201,6 +201,11 @@ Build - Issue #23686: Update OS X 10.5 installer and Windows builds to use OpenSSL 1.0.2a. +C API +----- + +- Issue #23998: PyImport_ReInitLock() now checks for lock allocation error + What's New in Python 3.4.3? =========================== |