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 JelleZijlstra, eric.smith, methane, ncoghlan, pitrou, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-07-17.13:06:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500296762.52.0.933529936539.issue28638@psf.upfronthosting.co.za>
In-reply-to
Content
> Speed isn't everything, and it certainly isn't adequate justification for breaking public APIs that have been around for years.

What about the memory usage?

> See my old issue #19640 (...)

msg203271:

"""
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 most memory:

/usr/lib/python3.4/collections/__init__.py: 676.2 kB
"""
History
Date User Action Args
2017-07-17 13:06:02vstinnersetrecipients: + vstinner, rhettinger, ncoghlan, pitrou, eric.smith, methane, serhiy.storchaka, xiang.zhang, JelleZijlstra
2017-07-17 13:06:02vstinnersetmessageid: <1500296762.52.0.933529936539.issue28638@psf.upfronthosting.co.za>
2017-07-17 13:06:02vstinnerlinkissue28638 messages
2017-07-17 13:06:02vstinnercreate