diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-04-30 12:31:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-30 12:31:37 (GMT) |
commit | 3d0a5f73f5436eac1c6c0b4b6210e3b3518dcc83 (patch) | |
tree | a9f1387dfdaaa5e0db0360b2e496bbcab7b355eb /Python/errors.c | |
parent | 869a89433899950f925d177bacd8fdd43affe827 (diff) | |
download | cpython-3d0a5f73f5436eac1c6c0b4b6210e3b3518dcc83.zip cpython-3d0a5f73f5436eac1c6c0b4b6210e3b3518dcc83.tar.gz cpython-3d0a5f73f5436eac1c6c0b4b6210e3b3518dcc83.tar.bz2 |
bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137)
It was raised if the charset itself contains characters not encodable
in UTF-8 (in particular \udcxx characters representing non-decodable
bytes in the source).
(cherry picked from commit e91dee87edcf6dee5dd78053004d76e5f05456d4)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions