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 Dennis Sweeney, chris.jerdonek, vstinner, xtreak
Date 2020-06-03.12:20:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591186850.58.0.529146359536.issue40679@roundup.psfhosted.org>
In-reply-to
Content
> bpo-40679: Use the function's qualname in certain TypeErrors (GH-20236)

This change introduced a regression. See this bug in Cython:
https://github.com/cython/cython/issues/3641#issuecomment-638102096

I wrote a PR to use co->co_name if qualname is NULL (ex: when PyEval_EvalCodeEx() is called). I will post the PR once I finish to run the test suite locally ;-)
History
Date User Action Args
2020-06-03 12:20:50vstinnersetrecipients: + vstinner, chris.jerdonek, xtreak, Dennis Sweeney
2020-06-03 12:20:50vstinnersetmessageid: <1591186850.58.0.529146359536.issue40679@roundup.psfhosted.org>
2020-06-03 12:20:50vstinnerlinkissue40679 messages
2020-06-03 12:20:50vstinnercreate