]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42351: Avoid error when opening header with non-UTF8 encoding (GH-23279)
authorRonald Oussoren <ronaldoussoren@mac.com>
Sat, 14 Nov 2020 15:07:47 +0000 (16:07 +0100)
committerGitHub <noreply@github.com>
Sat, 14 Nov 2020 15:07:47 +0000 (16:07 +0100)
commit7a27c7ed4b2b45bb9ea27d3f5c4f423495d6e939
tree6718788266a825093ecefcd7fe6ce503a78c1b12
parent2b39da49974bda523c5c1a8777bbe30dbafdcd12
bpo-42351: Avoid error when opening header with non-UTF8 encoding (GH-23279)

grep_headers_for() would error out when a header contained
text that cannot be interpreted as UTF-8.
setup.py