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 lemburg, lys.nikolaou, pablogsal
Date 2021-10-21.22:23:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Yeah, those are expected in 3.10, but this should not appear in release versions (only on debug ones).

Python -d is normally used to debug the parser:

-d     : turn on parser debugging output (for experts only, only works on
         debug builds); also PYTHONDEBUG=x
History
Date User Action Args
2021-10-21 22:23:30pablogsalsetrecipients: + pablogsal, lemburg, lys.nikolaou
2021-10-21 22:23:30pablogsalsetmessageid: <[email protected]>
2021-10-21 22:23:30pablogsallinkissue45562 messages
2021-10-21 22:23:30pablogsalcreate