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 Mark.Shannon
Recipients Mark.Shannon
Date 2021-10-11.09:11:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633943460.16.0.196975597767.issue45430@roundup.psfhosted.org>
In-reply-to
Content
https://github.com/python/cpython/pull/28488 breaks PEP 523 as it bypasses _PyEval_EvalFrame.

The fix is simple, we need to check tstate->interp->eval_frame.
History
Date User Action Args
2021-10-11 09:11:00Mark.Shannonsetrecipients: + Mark.Shannon
2021-10-11 09:11:00Mark.Shannonsetmessageid: <1633943460.16.0.196975597767.issue45430@roundup.psfhosted.org>
2021-10-11 09:11:00Mark.Shannonlinkissue45430 messages
2021-10-11 09:11:00Mark.Shannoncreate