Mark Shannon <[email protected]> added the comment:
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. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue44530> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
