]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161)
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 19 Jan 2021 23:59:33 +0000 (23:59 +0000)
committerGitHub <noreply@github.com>
Tue, 19 Jan 2021 23:59:33 +0000 (23:59 +0000)
commitd6d6371447357c9c69b093657bbbb3977a3e60f2
treea7676cfcf08746f0ca890f3b7d820a379e58f310
parent66f77caca39ba39ebe1e4a95dba6d19b20d51951
bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161)
Lib/test/test_codeop.py
Lib/test/test_grammar.py
Lib/test/test_pdb.py
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2021-01-14-23-15-34.bpo-42864.QgOAQ1.rst [new file with mode: 0644]
Parser/pegen.c
Parser/tokenizer.c
Parser/tokenizer.h