Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-105042: Disable unmatched parens syntax error in python tokenize#105061
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
We also need a bunch of tests that cover these, one in the |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
049da25
toed1237a
Compare@pablogsal This is ready for another review. |
pablogsal commentedMay 30, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Can you add a couple of tests for this? Maybe something on these lines:#105042 (comment) in the inspect module here: cpython/Lib/test/test_inspect.py Line 779 in0656d23
|
@pablogsal Thanks for the reminder! Tests added inc7481a5. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
Fantastic work!
Thanks@lysnikolaou for the PR, and@pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
…nize (pythonGH-105061)(cherry picked from commit70f315c)Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
bedevere-bot commentedMay 30, 2023
GH-105120 is a backport of this pull request to the3.12 branch. |
Uh oh!
There was an error while loading.Please reload this page.