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-04.10:19:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625393984.74.0.714971415654.issue44530@roundup.psfhosted.org>
In-reply-to
Content
With commit 7a12d31a8c22cae7a9c1a2239a1bb54adee33622 the new figures are

# main (7569c0fe91): 25_059_438 bytes
# bpo-445303-code-qualname (7a12d31a8c): 25_089_917 bytes

which is a 0.1% relative increase :). This is likely due to the fact that with the change MAKE_FUNCTION needs to pop one less value from the TOS, as the qualname now comes from the code object.

I think the PR is now good for a first review. I think I'd need some help with the documentation sources.
History
Date User Action Args
2021-07-04 10:19:44Gabriele Tornettasetrecipients: + Gabriele Tornetta, Mark.Shannon, pablogsal
2021-07-04 10:19:44Gabriele Tornettasetmessageid: <1625393984.74.0.714971415654.issue44530@roundup.psfhosted.org>
2021-07-04 10:19:44Gabriele Tornettalinkissue44530 messages
2021-07-04 10:19:44Gabriele Tornettacreate