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 Gabriele Tornetta, Mark.Shannon, pablogsal
Date 2021-07-03.21:50:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625349033.91.0.786535863737.issue44530@roundup.psfhosted.org>
In-reply-to
Content
@pablogsal

Commit a0252ab9add7d48e9e0604ebf97342e46cf00419 exposes co_qualname to Python. I've added a test case to check that the result coincides with the current implementation of __qualname__. Is there a "standard" way for me to quantify the memory impact of these kinds of changes?

@Mark.Shannon

I'll look into making __qualname__ use __code__.co_qualname as a next step.
History
Date User Action Args
2021-07-03 21:50:33Gabriele Tornettasetrecipients: + Gabriele Tornetta, Mark.Shannon, pablogsal
2021-07-03 21:50:33Gabriele Tornettasetmessageid: <1625349033.91.0.786535863737.issue44530@roundup.psfhosted.org>
2021-07-03 21:50:33Gabriele Tornettalinkissue44530 messages
2021-07-03 21:50:33Gabriele Tornettacreate