Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
Closed
Description
When we merged PEP 701, we addedtok_report_warnings
, which apparently got in by accident. The issue it was trying to solve was already resolved in#99891 and#99893. I think that it can safely removed both from the tokenizer struct and all occurences should be changed to usereport_warnings
instead.