]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-115823: Calculate correctly error locations when dealing with implicit...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Feb 2024 16:08:37 +0000 (17:08 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2024 16:08:37 +0000 (16:08 +0000)
commit35a43d43943ad1e038ec2c55cc7006932aeb5b07
tree2115eda88078366aabc1d704e9340d1998ec65e3
parent0f7f5a4a6c2b9bffe973e4b36a217b5a0fbbc7bb
[3.11] gh-115823: Calculate correctly error locations when dealing with implicit encodings (GH-115824) (#115950)

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