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 louielu
Recipients docs@python, louielu, vstinner
Date 2017-08-08.02:26:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502159168.93.0.181996633352.issue31139@psf.upfronthosting.co.za>
In-reply-to
Content
Current tutorial of tracemalloc:
https://docs.python.org/3/library/tracemalloc.html

Current doc using a un-reproducible output, that will confuse the reader. Propose to use the test code `allocate_bytes` to control the memory usage output, provide more meaningful output to reader.
History
Date User Action Args
2017-08-08 02:26:09louielusetrecipients: + louielu, vstinner, docs@python
2017-08-08 02:26:08louielusetmessageid: <1502159168.93.0.181996633352.issue31139@psf.upfronthosting.co.za>
2017-08-08 02:26:08louielulinkissue31139 messages
2017-08-08 02:26:08louielucreate