]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45738: Fix computation of error location for invalid continuation characters...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sun, 14 Nov 2021 01:47:27 +0000 (01:47 +0000)
committerGitHub <noreply@github.com>
Sun, 14 Nov 2021 01:47:27 +0000 (01:47 +0000)
commit142fcb40b6e460fa9b4a89fe9846b1ce4176354e
tree0b9561fbe6a6db3b46c99fde6a5edf5893cb1503
parent3e0b830e859ca8792401bfd1402d659f56f99941
bpo-45738: Fix computation of error location for invalid continuation characters in the parser (GH-29550) (GH-29552)

(cherry picked from commit 25835c518aa7446f3680b62c1fb43827e0f190d9)
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2021-11-14-00-14-45.bpo-45738.e0cgKd.rst [new file with mode: 0644]
Parser/pegen/pegen.c
Parser/tokenizer.c