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 brandtbucher, itamaro, vstinner
Date 2022-04-01.08:55:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New changeset f877b40e3f7e0d97878884d80fbec879a85ab7e8 by Victor Stinner in branch 'main':
bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API (GH-32054)
https://github.com/python/cpython/commit/f877b40e3f7e0d97878884d80fbec879a85ab7e8
History
Date User Action Args
2022-04-01 08:55:13vstinnersetrecipients: + vstinner, brandtbucher, itamaro
2022-04-01 08:55:13vstinnersetmessageid: <[email protected]>
2022-04-01 08:55:13vstinnerlinkissue46850 messages
2022-04-01 08:55:13vstinnercreate