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 corona10, pablogsal, seberg, shihai1991, vstinner
Date 2021-02-19.12:21:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New changeset 62078101ea1be5d2fc472a3f0d9d135e0bd5cd38 by Victor Stinner in branch 'master':
bpo-40522: Replace PyThreadState_GET() with PyThreadState_Get() (GH-24575)
https://github.com/python/cpython/commit/62078101ea1be5d2fc472a3f0d9d135e0bd5cd38
History
Date User Action Args
2021-02-19 12:21:54vstinnersetrecipients: + vstinner, seberg, corona10, pablogsal, shihai1991
2021-02-19 12:21:54vstinnersetmessageid: <[email protected]>
2021-02-19 12:21:54vstinnerlinkissue40522 messages
2021-02-19 12:21:54vstinnercreate