-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
We can now untokenize PEP 701 syntax, test_tokenize
needs an update
#111031
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
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
tests
Tests in the Lib/test dir
type-bug
An unexpected behavior, bug, or error
Comments
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Oct 18, 2023
All files except for |
AlexWaygood
pushed a commit
that referenced
this issue
Oct 19, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 19, 2023
(cherry picked from commit e9b5399) Co-authored-by: Nikita Sobolev <[email protected]>
AlexWaygood
pushed a commit
that referenced
this issue
Oct 19, 2023
…11061) gh-111031: Check more files in `test_tokenize` (GH-111032) (cherry picked from commit e9b5399) Co-authored-by: Nikita Sobolev <[email protected]>
As discussed in #111032 (review), it seems we can't, in fact, untokenize PEP-701 syntax just yet (but the linked PRs expanded the test files tested by Anything else to do here @sobolevn, or shall we close this out now? :) |
Yes, let's close it :) |
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
tests
Tests in the Lib/test dir
type-bug
An unexpected behavior, bug, or error
Uh oh!
There was an error while loading. Please reload this page.
Bug report
It states:
cpython/Lib/test/test_tokenize.py
Lines 1911 to 1912 in baefbb2
But, it works now 🎉
So, I guess we need to test
f
strings now, since it is an important part of Python's syntax.Before:
After:
Linked PRs
test_tokenize
#111032test_tokenize
(GH-111032) #111061The text was updated successfully, but these errors were encountered: