Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize,
and not as a side effect of setlocale. Expose it as sys.getfilesystemencoding. Adjust test case.
Showing
Please register or sign in to comment
and not as a side effect of setlocale. Expose it as sys.getfilesystemencoding. Adjust test case.