New submission from STINNER Victor <vstin...@redhat.com>:

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.

----------
components: Library (Lib)
messages: 322369
nosy: vstinner
priority: normal
severity: normal
status: open
title: Allow PYTHONTRACEMALLOC=0 and -X tracemalloc=0 to disable explicitly 
tracemalloc
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34228>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to