commit | e251095a3f4778102f554cecffcfd837f4d1db6c | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Thu May 02 11:28:57 2019 -0400 |
committer | GitHub <noreply@github.com> | Thu May 02 11:28:57 2019 -0400 |
tree | 050ebaae241e689f989f42cf3d8bbe23d6f9258b | |
parent | c4e78b116f9a4299f3b3bfbbd18ef49782bb1143 [diff] |
bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056) Add _Py_FORCE_UTF8_LOCALE and _Py_FORCE_UTF8_FS_ENCODING macros to avoid factorize "#if defined(__ANDROID__) || defined(__VXWORKS__)" and "#if defined(__APPLE__)". Cleanup also config_init_fs_encoding().