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:33:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New changeset 101bf69ff18a946fed7c274f088878aaf85174cc by Victor Stinner in branch 'master':
bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)
https://github.com/python/cpython/commit/101bf69ff18a946fed7c274f088878aaf85174cc
History
Date User Action Args
2021-02-19 12:33:34vstinnersetrecipients: + vstinner
2021-02-19 12:33:34vstinnersetmessageid: <[email protected]>
2021-02-19 12:33:34vstinnerlinkissue43268 messages
2021-02-19 12:33:34vstinnercreate