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 vstinner
Recipients rhettinger, vstinner
Date 2013-11-18.09:43:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384767818.78.0.182684068993.issue19640@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-11-18 09:43:38vstinnersetrecipients: + vstinner, rhettinger
2013-11-18 09:43:38vstinnersetmessageid: <1384767818.78.0.182684068993.issue19640@psf.upfronthosting.co.za>
2013-11-18 09:43:38vstinnerlinkissue19640 messages
2013-11-18 09:43:38vstinnercreate