]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105042: Disable unmatched parens syntax error in python tokenize (#105061)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Tue, 30 May 2023 21:52:52 +0000 (23:52 +0200)
committerGitHub <noreply@github.com>
Tue, 30 May 2023 21:52:52 +0000 (22:52 +0100)
commit70f315c2d6de87b0514ce16cc00a91a5b60a6098
tree0a3e2b256a513f7d0767ee835b1366b7513b7590
parent9216e69a87d16d871625721ed5a8aa302511f367
gh-105042: Disable unmatched parens syntax error in python tokenize (#105061)
Lib/test/inspect_fodder.py
Lib/test/test_inspect.py
Lib/test/test_tokenize.py
Parser/tokenizer.c
Python/Python-tokenize.c