]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46240: Correct the error for unclosed parentheses when the tokenizer is not finis...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 4 Jan 2022 10:41:22 +0000 (10:41 +0000)
committerGitHub <noreply@github.com>
Tue, 4 Jan 2022 10:41:22 +0000 (10:41 +0000)
commit70f415fb8b632247e28d87998642317ca7a652ae
tree5e22e01157df0af81065d577f6609c948646ad93
parenta94461d7189d7f1147ab304a332c8684263dc17e
bpo-46240: Correct the error for unclosed parentheses when the tokenizer is not finished (GH-30378)
Lib/test/test_exceptions.py
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2022-01-03-23-31-25.bpo-46240.8lGjeK.rst [new file with mode: 0644]
Parser/pegen_errors.c