[proxy] bugs.python.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

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 vstinner
Date 2018-07-25.16:54:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532537695.14.0.56676864532.issue34228@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, -X tracemalloc=0 command line option is reject as an invalid value. I would like to allow to explicitly disable tracemalloc. That's useful to ignore the PYTHONTRACEMALLOC environment variable:

"PYTHONTRACEMALLOC=1 python3 -X tracemalloc=0" would not enable tracemalloc at startup.
History
Date User Action Args
2018-07-25 16:54:55vstinnersetrecipients: + vstinner
2018-07-25 16:54:55vstinnersetmessageid: <1532537695.14.0.56676864532.issue34228@psf.upfronthosting.co.za>
2018-07-25 16:54:55vstinnerlinkissue34228 messages
2018-07-25 16:54:55vstinnercreate