STINNER Victor <vstin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue42521>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to