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 2021-02-19.12:21:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New changeset 5592f2b9daa24bf74cc616abcc40a29da2bdccb2 by Victor Stinner in branch 'master':
bpo-43268: Replace _PyThreadState_GET() with _PyInterpreterState_GET() (GH-24576)
https://github.com/python/cpython/commit/5592f2b9daa24bf74cc616abcc40a29da2bdccb2
History
Date User Action Args
2021-02-19 12:21:31vstinnersetrecipients: + vstinner
2021-02-19 12:21:31vstinnersetmessageid: <[email protected]>
2021-02-19 12:21:31vstinnerlinkissue43268 messages
2021-02-19 12:21:31vstinnercreate