diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-04-25 14:35:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-25 14:35:14 (GMT) |
commit | 54d068adfbf2b822bcbf90dac9b3f6684cec0f99 (patch) | |
tree | c39e59e1b4d10a1a46bb3e241cccbcbfc235d2d0 /Misc/NEWS.d | |
parent | 93d280141c369fd1906569ff605148b6e22f6a43 (diff) | |
download | cpython-54d068adfbf2b822bcbf90dac9b3f6684cec0f99.zip cpython-54d068adfbf2b822bcbf90dac9b3f6684cec0f99.tar.gz cpython-54d068adfbf2b822bcbf90dac9b3f6684cec0f99.tar.bz2 |
gh-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUARD (GH-91905)
It always failed on non-UTF-8 locale and prevented running regrtests.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2022-04-25-11-16-36.gh-issue-91904.13Uvrz.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-04-25-11-16-36.gh-issue-91904.13Uvrz.rst b/Misc/NEWS.d/next/Tests/2022-04-25-11-16-36.gh-issue-91904.13Uvrz.rst new file mode 100644 index 0000000..31ddfc3 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2022-04-25-11-16-36.gh-issue-91904.13Uvrz.rst @@ -0,0 +1,2 @@ +Fix initialization of :envvar:`PYTHONREGRTEST_UNICODE_GUARD` which prevented +running regression tests on non-UTF-8 locale. |