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 python-dev
Recipients njs, pitrou, python-dev, vstinner
Date 2016-03-22.23:20:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160322232011.30593.72213.9CC9BAC6@psf.io>
In-reply-to
Content
New changeset c6f30e2731af by Victor Stinner in branch 'default':
Issue #26588: remove debug traces from _tracemalloc.
https://hg.python.org/cpython/rev/c6f30e2731af

New changeset af1c1149784a by Victor Stinner in branch '3.5':
Fix _tracemalloc start/stop
https://hg.python.org/cpython/rev/af1c1149784a

New changeset 2b4731e22df8 by Victor Stinner in branch '3.5':
Enhance _tracemalloc debug mode
https://hg.python.org/cpython/rev/2b4731e22df8
History
Date User Action Args
2016-03-22 23:20:15python-devsetrecipients: + python-dev, pitrou, vstinner, njs
2016-03-22 23:20:15python-devlinkissue26588 messages
2016-03-22 23:20:15python-devcreate