]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44409: Fix error location in tokenizer errors that happen during initialization...
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 14 Jun 2021 16:46:11 +0000 (17:46 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Jun 2021 16:46:11 +0000 (17:46 +0100)
commit507ed6fa1d6661e0f8e6d3282764aa9625a99594
tree12f906c723fcd0c24383725fa1d5899cc8c8429f
parentcc8ecf6864375994899fd79d601ab05d0df9edbf
bpo-44409: Fix error location in tokenizer errors that happen during initialization (GH-26712)
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