Files
cpython/Include
Victor Stinner 7a0791b699 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.
2018-09-17 16:22:29 -07:00
..
2018-06-11 15:01:47 +03:00
2016-01-26 00:40:57 +01:00
2018-01-26 08:20:18 -08:00
2018-01-26 08:20:18 -08:00
2018-01-31 17:44:09 -05:00
2017-09-29 15:53:19 -07:00
2017-09-29 15:53:19 -07:00
2016-08-20 08:03:06 +00:00
2017-09-14 18:13:16 -07:00