[issue19640] Drop _source attribute of namedtuple

STINNER Victor report at bugs.python.org
Mon Nov 18 10:43:38 CET 2013


STINNER Victor added the comment:

I found this issue while using my tracemalloc module to analyze the memory consumption of Python. On the Python test suite, the _source attribute is the 5th line allocating the memory memory:

/usr/lib/python3.4/collections/__init__.py: 676.2 kB

----------

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


More information about the Python-bugs-list mailing list