diff options
author | Christian Heimes <christian@python.org> | 2015-04-19 19:15:02 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2015-04-19 19:15:02 (GMT) |
commit | 1a084a882b6d201320aa834bfd14e1b9a445c139 (patch) | |
tree | 162aacbf445fe1e61256342d0230b5e2101de6c4 /Misc | |
parent | db46fea8b63582e76a29f9dd23882523a474b600 (diff) | |
parent | e0ac2beb4febece5ffdf1b7db7a2f53a8c187ce4 (diff) | |
download | cpython-1a084a882b6d201320aa834bfd14e1b9a445c139.zip cpython-1a084a882b6d201320aa834bfd14e1b9a445c139.tar.gz cpython-1a084a882b6d201320aa834bfd14e1b9a445c139.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
@@ -213,6 +213,11 @@ Tools/Demos if Argument Clinic processes the same symbol multiple times, and it's emitted at the end of all processing rather than immediately after the first use. +C API +----- + +- Issue #23998: PyImport_ReInitLock() now checks for lock allocation error + What's New in Python 3.5.0 alpha 3? =================================== |