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 pablogsal
Recipients Gabriele Tornetta, Mark.Shannon, pablogsal
Date 2021-07-03.22:03:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625349785.13.0.498127714335.issue44530@roundup.psfhosted.org>
In-reply-to
Content
> Is there a "standard" way for me to quantify the memory impact of these kinds of changes?

That is a pointer size per code object. The most standard way is to calculate the size of all pyc files in the stdlib after compiling them all with "-m compileall -r 1000 Lib".
History
Date User Action Args
2021-07-03 22:03:05pablogsalsetrecipients: + pablogsal, Mark.Shannon, Gabriele Tornetta
2021-07-03 22:03:05pablogsalsetmessageid: <1625349785.13.0.498127714335.issue44530@roundup.psfhosted.org>
2021-07-03 22:03:05pablogsallinkissue44530 messages
2021-07-03 22:03:05pablogsalcreate