]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-94606: Fix error when message with Unicode surrogate not surrogateescaped...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 11 Dec 2023 16:48:06 +0000 (17:48 +0100)
committerGitHub <noreply@github.com>
Mon, 11 Dec 2023 16:48:06 +0000 (16:48 +0000)
commit663945e5a696e973bf5a5669e21bea847a48d594
treed5471ddba038a5b1c9a57a86ba9f5768d9262ac7
parentceabbeaca3d1a95ec7f52d552d9b36146bf78e7c
[3.12] gh-94606: Fix error when message with Unicode surrogate not surrogateescaped string (GH-94641) (GH-112971)

(cherry picked from commit 27a5fd8cb8c88537216d7a498eba9d9177951d76)

Co-authored-by: Sidney Markowitz <sidney@sidney.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/email/message.py
Lib/email/utils.py
Lib/test/test_email/test_message.py
Misc/NEWS.d/next/Core and Builtins/2022-07-07-05-37-53.gh-issue-94606.hojJ54.rst [new file with mode: 0644]