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 Mark.Shannon, scoder, vstinner
Date 2021-10-13.10:30:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634121018.84.0.703562205081.issue45247@roundup.psfhosted.org>
In-reply-to
Content
> Rather than have Cython laboriously create a Python frame with fake code object, etc., it would make much more sense for us to offer an API to insert a "native" frame into the stack and update the line number.

I agree with that.
History
Date User Action Args
2021-10-13 10:30:18vstinnersetrecipients: + vstinner, scoder, Mark.Shannon
2021-10-13 10:30:18vstinnersetmessageid: <1634121018.84.0.703562205081.issue45247@roundup.psfhosted.org>
2021-10-13 10:30:18vstinnerlinkissue45247 messages
2021-10-13 10:30:18vstinnercreate