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 anthony shaw, lys.nikolaou, pablogsal, vstinner
Date 2020-12-01.23:15:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606864519.46.0.00333265244171.issue42521@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-12-01 23:15:19vstinnersetrecipients: + vstinner, lys.nikolaou, pablogsal, anthony shaw
2020-12-01 23:15:19vstinnersetmessageid: <1606864519.46.0.00333265244171.issue42521@roundup.psfhosted.org>
2020-12-01 23:15:19vstinnerlinkissue42521 messages
2020-12-01 23:15:19vstinnercreate