[issue44530] Propagate qualname from the compiler unit to code objects for finer grained profiling data

Pablo Galindo Salgado report at bugs.python.org
Sat Jul 3 18:03:05 EDT 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

> 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".

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44530>
_______________________________________


More information about the Python-bugs-list mailing list