bpo-44647: Fix test_httpservers failing on Unicode characters in os.environ on Windows by ambv · Pull Request #27161 · python/cpython
ambv
mentioned this pull request
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)
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)
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)
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
ambv
deleted the
debug-azure-pipelines-accept
branch
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
…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
…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
…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
…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
mentioned this pull request