]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-115823: Calculate correctly error locations when dealing with implicit...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Feb 2024 13:18:06 +0000 (14:18 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2024 13:18:06 +0000 (13:18 +0000)
commit1932da0c3dadb39b0d560c5367bb2b79381e4a15
treee2904c56a3e2c67333e2d4c943332456cad6365e
parent8668b3cc2d926250fb29738788df7da6a45d2278
[3.12] gh-115823: Calculate correctly error locations when dealing with implicit encodings (GH-115824) (#115949)

gh-115823: Calculate correctly error locations when dealing with implicit encodings (GH-115824)
(cherry picked from commit 015b97d19a24a169cc3c0939119e1228791e4253)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/test/test_exceptions.py
Misc/NEWS.d/next/Core and Builtins/2024-02-22-16-17-53.gh-issue-115823.c1TreJ.rst [new file with mode: 0644]
Parser/pegen_errors.c