Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commented Jul 15, 2021

GH-23638 introduced a new test for Accept: headers in CGI HTTP servers. This test serializes all of os.environ on the server side. For non-UTF8 locales this can fail for some Unicode characters found in environment variables. This change fixes the HTTP_ACCEPT test.
(cherry picked from commit 82b218f)

Co-authored-by: Łukasz Langa lukasz@langa.pl

https://bugs.python.org/issue44647

…nviron on Windows (pythonGH-27161) pythonGH-23638 introduced a new test for Accept: headers in CGI HTTP servers. This test serializes all of os.environ on the server side. For non-UTF8 locales this can fail for some Unicode characters found in environment variables. This change fixes the HTTP_ACCEPT test. (cherry picked from commit 82b218f) Co-authored-by: Łukasz Langa <lukasz@langa.pl>
@miss-islington
Copy link
ContributorAuthor

@ambv: Status check is done, and it's a success ✅ .

2 similar comments
@miss-islington
Copy link
ContributorAuthor

@ambv: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
ContributorAuthor

@ambv: Status check is done, and it's a success ✅ .

@ambvambv merged commit 356bdff into python:3.10Jul 15, 2021
@bedevere-bot
Copy link

@ambv: Please replace # with GH- in the commit message next time. Thanks!

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@miss-islington@bedevere-bot@ambv@the-knights-who-say-ni