-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(3.12+) tokenize exception type is wrong #105390
Comments
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
Jun 6, 2023
…r tokenize errors
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
Jun 6, 2023
…r tokenize errors
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
Jun 6, 2023
…r tokenize errors
pablogsal
added a commit
to pablogsal/cpython
that referenced
this issue
Jun 6, 2023
…r tokenize errors
pablogsal
added a commit
that referenced
this issue
Jun 7, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 7, 2023
…r tokenize errors (pythonGH-105399) (cherry picked from commit ffd2654) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
pablogsal
pushed a commit
that referenced
this issue
Jun 7, 2023
pablogsal
pushed a commit
that referenced
this issue
Jun 7, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 7, 2023
(cherry picked from commit 264a011) Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
pablogsal
pushed a commit
that referenced
this issue
Jun 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
the document exception type for the
tokenize.*
functions isTokenError
-- however it appears it now raisesSyntaxError
: https://docs.python.org/3.12/library/tokenize.html#tokenize.TokenErrorand
Your environment
Linked PRs
The text was updated successfully, but these errors were encountered: