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 Gabriele Tornetta
Recipients Dennis Sweeney, Gabriele Tornetta, aroberge, pablogsal
Date 2022-02-06.10:04:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644141862.15.0.308863424767.issue46652@roundup.psfhosted.org>
In-reply-to
Content
code.co_qualname was introduced in 2021 with bpo-44530 and shuold give the same guarantees as code.co_name. The __qualname__ attribute is derived from code.co_qualname, so perhaps Cython can benefit from accessing code.co_qualname directly instead?
History
Date User Action Args
2022-02-06 10:04:22Gabriele Tornettasetrecipients: + Gabriele Tornetta, aroberge, pablogsal, Dennis Sweeney
2022-02-06 10:04:22Gabriele Tornettasetmessageid: <1644141862.15.0.308863424767.issue46652@roundup.psfhosted.org>
2022-02-06 10:04:22Gabriele Tornettalinkissue46652 messages
2022-02-06 10:04:22Gabriele Tornettacreate