]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-44409: Fix error location in tokenizer errors that happen during initializa...
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 14 Jun 2021 17:07:51 +0000 (18:07 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Jun 2021 17:07:51 +0000 (18:07 +0100)
commit0d0a9eaa822658679cc2b65f125ab74bfd4aedfe
tree84dbd7265d6288d3ff6d21db99d00ca13ae8cd9f
parent7f021952b2debb51306f70ec96a94ecc7fbffc19
[3.9] bpo-44409: Fix error location in tokenizer errors that happen during initialization (GH-26712). (GH-26723)

(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/pegen.c