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 amaury.forgeotdarc, belopolsky, eric.snow, neologix, python-dev, rhettinger, tim.peters, vajrasky, vstinner
Date 2013-11-26.12:59:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385470766.34.0.783678889483.issue18874@psf.upfronthosting.co.za>
In-reply-to
Content
The code has been merged. I didn't see any test_tracemalloc on buildbots. I tried to address all remarks on the Rietveld reviews. So I'm now closing the issue.

Please open new issue if you have more remarks. For example, I opened:

- #19798: tracemalloc: rename "max_size" to "peak_size" in get_traced_memory() result
- #19787: tracemalloc: set_reentrant() should not have to call PyThread_delete_key()
- #19786: tracemalloc: remove arbitrary limit of 100 frames

Thanks for your reviews.
History
Date User Action Args
2013-11-26 12:59:26vstinnersetrecipients: + vstinner, tim.peters, rhettinger, amaury.forgeotdarc, belopolsky, neologix, python-dev, eric.snow, vajrasky
2013-11-26 12:59:26vstinnersetmessageid: <1385470766.34.0.783678889483.issue18874@psf.upfronthosting.co.za>
2013-11-26 12:59:26vstinnerlinkissue18874 messages
2013-11-26 12:59:26vstinnercreate