summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-01-15 13:11:48 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-01-15 13:11:48 (GMT)
commit5ace8e98da6401827f607292a066da05df3ec5c1 (patch)
tree053d96eabdc05088682f5244070b673aa569a95c /Misc
parentbedd2c2d880783dfdab357ff285e4f308db6a65b (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 24264dc..68aae79 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.