This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2020-03-17.23:52:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584489123.92.0.37268378398.issue39998@roundup.psfhosted.org>
In-reply-to
Content
What's New In Python 3.2 says:
"The misleading functions PyEval_AcquireLock() and PyEval_ReleaseLock() have been officially deprecated. The thread-state aware APIs (such as PyEval_SaveThread() and PyEval_RestoreThread()) should be used instead."
https://docs.python.org/dev/whatsnew/3.2.html#porting-to-python-3-2
History
Date User Action Args
2020-03-17 23:52:03vstinnersetrecipients: + vstinner
2020-03-17 23:52:03vstinnersetmessageid: <1584489123.92.0.37268378398.issue39998@roundup.psfhosted.org>
2020-03-17 23:52:03vstinnerlinkissue39998 messages
2020-03-17 23:52:03vstinnercreate