]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105042: Disable unmatched parens syntax error in python tokenize (GH-105061...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 31 May 2023 10:11:39 +0000 (03:11 -0700)
committerGitHub <noreply@github.com>
Wed, 31 May 2023 10:11:39 +0000 (11:11 +0100)
commit2f8c22f1d6c22f018c78264937db66d52fb18869
tree0ec6e97374f6c77109a4701820b04294017dabaa
parent4729100239ce5486fce0ff4d62dad52c30e108c3
[3.12] gh-105042: Disable unmatched parens syntax error in python tokenize (GH-105061) (#105120)

gh-105042: Disable unmatched parens syntax error in python tokenize (GH-105061)
(cherry picked from commit 70f315c2d6de87b0514ce16cc00a91a5b60a6098)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Lib/test/inspect_fodder.py
Lib/test/test_inspect.py
Lib/test/test_tokenize.py
Parser/tokenizer.c
Python/Python-tokenize.c