]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45408: Don't override previous tokenizer errors in the second parser pass (GH...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 7 Oct 2021 21:33:05 +0000 (22:33 +0100)
committerGitHub <noreply@github.com>
Thu, 7 Oct 2021 21:33:05 +0000 (22:33 +0100)
commit0219017df7ec41839fd0d56a3076b5f09c58d313
treebe87fb79c30e38016710ad6a519be8697fb02653
parent6811fdaec825bd6ab64e358a4b480108f5634d2d
bpo-45408: Don't override previous tokenizer errors in the second parser pass (GH-28812)
Lib/test/test_ast.py
Lib/test/test_exceptions.py
Misc/NEWS.d/next/Core and Builtins/2021-10-07-21-26-44.bpo-45408.qUqzcd.rst [new file with mode: 0644]
Parser/pegen.c