tok_report_warnings in tokenizer state is not needed #106989
Labels
3.13
bugs and security fixes
easy
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
When we merged PEP 701, we added
tok_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.Linked PRs
The text was updated successfully, but these errors were encountered: