commit | df738d56fe798b3586ed71775df25bf127789cf6 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Fri Nov 30 12:19:48 2018 +0100 |
committer | GitHub <noreply@github.com> | Fri Nov 30 12:19:48 2018 +0100 |
tree | 8fb5fae1e2058b5ec5b3e02418b4796b87b6b740 | |
parent | 0df1f4576ed2b12acc96cbfd732db247249ac573 [diff] |
bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806) (GH-10813) Fix PYTHONCOERCECLOCALE=1 environment variable: only coerce the C locale if the LC_CTYPE locale is "C". (cherry picked from commit 55e498058faf8c97840556f6d791c2c392732dc3)