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 seberg
Recipients Mark.Shannon, seberg
Date 2022-02-01.15:42:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643730137.64.0.222809714535.issue46451@roundup.psfhosted.org>
In-reply-to
Content
Not reopening for now, but I will note again that (AFAIK) Cython uses `PyEval_EvalCodeEx`, and the docs say that it is not used internally to CPython anymore.

So it seems pretty plausible that the bug is in `PyEval_EvalCodeEx` and not the generated Cython code?
History
Date User Action Args
2022-02-01 15:42:17sebergsetrecipients: + seberg, Mark.Shannon
2022-02-01 15:42:17sebergsetmessageid: <1643730137.64.0.222809714535.issue46451@roundup.psfhosted.org>
2022-02-01 15:42:17seberglinkissue46451 messages
2022-02-01 15:42:17sebergcreate