Uh oh!
There was an error while loading. Please reload this page.
gh-105042: Disable unmatched parens syntax error in python tokenize - #105061
Conversation
Uh oh!
There was an error while loading. Please reload this page.
pablogsal
commented
May 30, 2023
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 to
ed1237aComparelysnikolaou
commented
May 30, 2023
@pablogsal This is ready for another review. |
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 in 0656d23 |
lysnikolaou
commented
May 30, 2023
@pablogsal Thanks for the reminder! Tests added in c7481a5. |
miss-islington
commented
May 30, 2023
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 commit 70f315c) Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
bedevere-bot
commented
May 30, 2023
GH-105120 is a backport of this pull request to the 3.12 branch. |
Uh oh!
There was an error while loading. Please reload this page.