STINNER Victor <[email protected]> added the comment:
PyEval_AcquireLock() is declared with Py_DEPRECATED(3.2) since Python 3.7 PyEval_ReleaseLock() is not declared with Py_DEPRECATED(), but PyEval_ReleaseLock() cannot be used without PyEval_AcquireLock(). ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue39998> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
