]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (GH-96623)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 6 Sep 2022 23:40:17 +0000 (16:40 -0700)
committerGitHub <noreply@github.com>
Tue, 6 Sep 2022 23:40:17 +0000 (16:40 -0700)
commitbb0dab5c48de0fabec6b3eb27316394e3b65ee2c
tree0d85aa6ab4846f9038e572ceb4665d6ddefa15ad
parenta389fdb0958746c4c4ee8849a71a276516f33776
gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (GH-96623)

(cherry picked from commit 05692c67c51b78a5a5a7bb61d646519025e38015)

Co-authored-by: Michael Droettboom <mdboom@gmail.com>
Lib/test/test_source_encoding.py
Misc/NEWS.d/next/Core and Builtins/2022-09-06-16-22-13.gh-issue-96611.14wIX8.rst [new file with mode: 0644]
Parser/tokenizer.c