Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8ec22 commit ebeb903Copy full SHA for ebeb903
1 file changed
Doc/whatsnew/3.2.rst
@@ -1916,3 +1916,8 @@ require changes to your code:
1916
occurs, rather than a generic :exc:`~ssl.SSLError`.
1917
1918
(Contributed by Antoine Pitrou, :issue:`10272`.)
1919
+
1920
+* The misleading functions :c:func:`PyEval_AcquireLock()` and
1921
+ :c:func:`PyEval_ReleaseLock()` have been officially deprecated. The
1922
+ thread-state aware APIs (such as :c:func:`PyEval_SaveThread()`
1923
+ and :c:func:`PyEval_RestoreThread()`) should be used instead.
0 commit comments