]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44409: Fix error location in tokenizer errors that happen during initialization...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 14 Jun 2021 17:07:52 +0000 (10:07 -0700)
committerGitHub <noreply@github.com>
Mon, 14 Jun 2021 17:07:52 +0000 (10:07 -0700)
commit133cddf76e8265536c584872351c191e3afd66a2
treec6f1856f20265cdd980aff8723e88419bc879a9e
parentfc310cb862ce0411bb5daed37f7f31b75647495b
bpo-44409: Fix error location in tokenizer errors that happen during initialization (GH-26712)

(cherry picked from commit 507ed6fa1d6661e0f8e6d3282764aa9625a99594)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/test/test_exceptions.py
Misc/NEWS.d/next/Core and Builtins/2021-06-13-23-12-18.bpo-44409.eW4LS-.rst [new file with mode: 0644]
Parser/pegen.c