commit | 7a0791b6992d420dc52536257f2f093851ed7215 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Mon Sep 17 16:22:29 2018 -0700 |
committer | GitHub <noreply@github.com> | Mon Sep 17 16:22:29 2018 -0700 |
tree | d41edd6bc79c92232213480fc853dd86530780bf | |
parent | 1fa2ec49bec50bea1847b558b883c5c904334734 [diff] |
bpo-34589: C locale coercion off by default (GH-9073) Py_Initialize() and Py_Main() cannot enable the C locale coercion (PEP 538) anymore: it is always disabled. It can now only be enabled by the Python program ("python3). test_embed: get_filesystem_encoding() doesn't have to set PYTHONUTF8 nor PYTHONCOERCECLOCALE, these variables are already set in the parent.