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, vstinner
Date 2013-09-16.23:44:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379375081.46.0.999916128268.issue18874@psf.upfronthosting.co.za>
In-reply-to
Content
Include/tracemalloc.h: PyTraceMalloc_DisableTemporary() and PyTraceMalloc_RestoreTemporary() should be removed, they were tests to try to fix issues with subinterpreter when tracing PyMem_RawMalloc().

Lib/test/regrtest.py: These changes should not be commited, they are just here to create easily snapshot files (./python -X tracemalloc -m test).
History
Date User Action Args
2013-09-16 23:44:41vstinnersetrecipients: + vstinner, amaury.forgeotdarc, belopolsky
2013-09-16 23:44:41vstinnersetmessageid: <1379375081.46.0.999916128268.issue18874@psf.upfronthosting.co.za>
2013-09-16 23:44:41vstinnerlinkissue18874 messages
2013-09-16 23:44:41vstinnercreate