diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-15 13:11:48 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-15 13:11:48 (GMT) |
commit | 5ace8e98da6401827f607292a066da05df3ec5c1 (patch) | |
tree | 053d96eabdc05088682f5244070b673aa569a95c /Misc | |
parent | bedd2c2d880783dfdab357ff285e4f308db6a65b (diff) | |
download | cpython-5ace8e98da6401827f607292a066da05df3ec5c1.zip cpython-5ace8e98da6401827f607292a066da05df3ec5c1.tar.gz cpython-5ace8e98da6401827f607292a066da05df3ec5c1.tar.bz2 |
Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and
PyEval_ReleaseLock(). The thread-state aware APIs should be used instead.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -200,6 +200,9 @@ Library C-API ----- +- Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and + PyEval_ReleaseLock(). The thread-state aware APIs should be used instead. + - Issue #10333: Remove ancient GC API, which has been deprecated since Python 2.2. |