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 pablogsal
Recipients pablogsal
Date 2020-05-24.01:41:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590284497.38.0.369695690738.issue40750@roundup.psfhosted.org>
In-reply-to
Content
Python has a (mostly unknown) -d flag that can only be used in debug builds that emit some debug output for the old parser. The new parser does not support such flag. This is very useful when playing with the grammar as it helps enormously to inspect how the parser has behaved and what rules have accepted/rejected in its path.
History
Date User Action Args
2020-05-24 01:41:37pablogsalsetrecipients: + pablogsal
2020-05-24 01:41:37pablogsalsetmessageid: <1590284497.38.0.369695690738.issue40750@roundup.psfhosted.org>
2020-05-24 01:41:37pablogsallinkissue40750 messages
2020-05-24 01:41:36pablogsalcreate