]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44143: Fix crash in the parser when raising tokenizer errors with an exception...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 15 May 2021 17:39:18 +0000 (10:39 -0700)
committerGitHub <noreply@github.com>
Sat, 15 May 2021 17:39:18 +0000 (18:39 +0100)
commit1afaaf5a2dc901377bb17f6fbe0cff7bf3b797e3
tree8077b1daccf483b10e82c9fb0e036a898fa48f7e
parenta38db84122b4f664ee30b9ffd55ce87b7f4517ac
bpo-44143: Fix crash in the parser when raising tokenizer errors with an exception set (GH-26144) (GH-26148)

(cherry picked from commit 80b089179fa798c8ceaab2ff699c82499b2fcacd)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
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