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 Mark.Shannon
Recipients Gabriele Tornetta, Mark.Shannon, pablogsal
Date 2021-07-07.11:16:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I suspect that the 0.1% increase is noise.
The size of importlib.h etc show a small decrease, suggesting that the information content of the code object has *decreased*.

After all, the qualname has to stored somewhere and moving it from caller to callee should make no difference.

Organizing the code object so it wastes less memory is a separate issue.
History
Date User Action Args
2021-07-07 11:16:14Mark.Shannonsetrecipients: + Mark.Shannon, pablogsal, Gabriele Tornetta
2021-07-07 11:16:14Mark.Shannonsetmessageid: <[email protected]>
2021-07-07 11:16:14Mark.Shannonlinkissue44530 messages
2021-07-07 11:16:14Mark.Shannoncreate