[issue29336] merge tuples in module

STINNER Victor report at bugs.python.org
Tue Jan 24 04:57:54 EST 2017


STINNER Victor added the comment:

I don't know what is the most efficient technic to reduce the memory usage of module, but at least I can say imports are the top #1 memory consumer. Look at tracemalloc examples:

https://docs.python.org/dev/library/tracemalloc.html#display-the-top-10

"We can see that Python loaded 4855 KiB data (bytecode and constants) from modules"

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29336>
_______________________________________


More information about the Python-bugs-list mailing list