mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
gh-105042: Disable unmatched parens syntax error in python tokenize (#105061)
This commit is contained in:
parent
9216e69a87
commit
70f315c2d6
5 changed files with 49 additions and 34 deletions
|
@ -113,3 +113,8 @@ class WhichComments:
|
|||
# after asyncf - line 113
|
||||
# end of WhichComments - line 114
|
||||
# after WhichComments - line 115
|
||||
|
||||
# Test that getsource works on a line that includes
|
||||
# a closing parenthesis with the opening paren being in another line
|
||||
(
|
||||
); after_closing = lambda: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue