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 2019-11-14.11:20:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New changeset b9e681261cd5ce6db0a79461c58d7cc52cfa4902 by Victor Stinner in branch 'master':
bpo-38644: Add _PyEval_EvalFrame() with tstate (GH-17131)
https://github.com/python/cpython/commit/b9e681261cd5ce6db0a79461c58d7cc52cfa4902
History
Date User Action Args
2019-11-14 11:20:51vstinnersetrecipients: + vstinner
2019-11-14 11:20:51vstinnersetmessageid: <[email protected]>
2019-11-14 11:20:51vstinnerlinkissue38644 messages
2019-11-14 11:20:51vstinnercreate