◐ Shell
clean mode source ↗

bpo-44647: Fix test_httpservers failing on Unicode characters in os.environ on Windows by ambv · Pull Request #27161 · python/cpython

@ambv ambv mentioned this pull request

Jul 15, 2021

@ambv ambv changed the title [DO-NOT-MERGE] Debug Azure Pipelines Accept: (see GH-27115) [DO-NOT-MERGE] bpo-44647: Debug Azure Pipelines Accept: (see GH-27115)

Jul 15, 2021

@ambv

@ambv ambv changed the title [DO-NOT-MERGE] bpo-44647: Debug Azure Pipelines Accept: (see GH-27115) bpo-44647: Debug Azure Pipelines Accept: (see GH-27115)

Jul 15, 2021

@ambv ambv changed the title bpo-44647: Debug Azure Pipelines Accept: (see GH-27115) bpo-44647: Fix test_httpservers failing on Unicode characters in os.environ on Windows (see GH-27115)

Jul 15, 2021

@ambv ambv changed the title bpo-44647: Fix test_httpservers failing on Unicode characters in os.environ on Windows (see GH-27115) bpo-44647: Fix test_httpservers failing on Unicode characters in os.environ on Windows

Jul 15, 2021

pablogsal

@ambv ambv deleted the debug-azure-pipelines-accept branch

July 15, 2021 19:14

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 15, 2021
…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 pushed a commit to miss-islington/cpython that referenced this pull request

Jul 15, 2021
…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>

ambv added a commit that referenced this pull request

Jul 15, 2021
…nviron on Windows (GH-27161) (#27169)

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>

ambv added a commit that referenced this pull request

Jul 15, 2021
…nviron on Windows (GH-27161) (#27170)

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>

@ambv ambv mentioned this pull request

Apr 25, 2022