[issue42521] Debug (-d) mode not working in 3.9

STINNER Victor report at bugs.python.org
Tue Dec 1 18:15:19 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

In PyConfig, I chose to name the option "parser_debug" rather than the very generic "debug" name :-)

"""
Parser debug mode. If greater than 0, turn on parser debugging output (for expert only, depending on compilation options).

Incremented by the -d command line option. Set to the PYTHONDEBUG environment variable value.
"""

https://docs.python.org/dev/c-api/init_config.html#c.PyConfig.parser_debug

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42521>
_______________________________________


More information about the Python-bugs-list mailing list