diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-11-27 19:05:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 19:05:20 (GMT) |
commit | 390a5b81a97a36d5166a62e7850fadfe9eba3cc3 (patch) | |
tree | 29de44b648d3d6c707f7b420c5b18352a283c154 /Misc | |
parent | 43b081bfc49173405576b8eba09a6ca86aac641b (diff) | |
download | cpython-390a5b81a97a36d5166a62e7850fadfe9eba3cc3.zip cpython-390a5b81a97a36d5166a62e7850fadfe9eba3cc3.tar.gz cpython-390a5b81a97a36d5166a62e7850fadfe9eba3cc3.tar.bz2 |
[3.11] gh-112387: Fix error positions for decoded strings with backwards tokenize errors (GH-112409) (#112469)
gh-112387: Fix error positions for decoded strings with backwards tokenize errors (GH-112409)
(cherry picked from commit 45d648597b1146431bf3d91041e60d7f040e70bf)
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-11-25-22-39-44.gh-issue-112387.AbBq5W.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-11-25-22-39-44.gh-issue-112387.AbBq5W.rst b/Misc/NEWS.d/next/Core and Builtins/2023-11-25-22-39-44.gh-issue-112387.AbBq5W.rst new file mode 100644 index 0000000..adac11b --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-11-25-22-39-44.gh-issue-112387.AbBq5W.rst @@ -0,0 +1,2 @@ +Fix error positions for decoded strings with backwards tokenize errors. +Patch by Pablo Galindo |