]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44143: Fix crash in the parser when raising tokenizer errors with an exception...
authorPablo Galindo <Pablogsal@gmail.com>
Sat, 15 May 2021 16:58:02 +0000 (17:58 +0100)
committerGitHub <noreply@github.com>
Sat, 15 May 2021 16:58:02 +0000 (17:58 +0100)
commit80b089179fa798c8ceaab2ff699c82499b2fcacd
tree9b1be535d529b1e25c22695c9a8d818360575662
parent086b5c6ce16b524629428b4fd5c9213930bfca47
bpo-44143: Fix crash in the parser when raising tokenizer errors with an exception set (GH-26144)
Lib/test/test_exceptions.py
Misc/NEWS.d/next/Core and Builtins/2021-05-15-17-30-57.bpo-44143.7UTS6H.rst [new file with mode: 0644]
Parser/pegen.c