]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45738: Fix computation of error location for invalid continuation (GH-29550)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 14 Nov 2021 01:30:03 +0000 (17:30 -0800)
committerGitHub <noreply@github.com>
Sun, 14 Nov 2021 01:30:03 +0000 (17:30 -0800)
commitbf26a6da7aaedb526c9eb1cb56b0e46d1c10384c
treeee5f31f18e34e46325e63d5e6ba4f501aeb3a11d
parent28326ac5f87ede140268376f0c87c3b2aba62906
bpo-45738: Fix computation of error location for invalid continuation (GH-29550)

characters in the parser
(cherry picked from commit 25835c518aa7446f3680b62c1fb43827e0f190d9)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
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.c
Parser/tokenizer.c