| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
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().
This fixes the breakage to HttpServer as used by wsgiref.
| Back | FazBrowse Home | New Git URL |
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().
https://bugs.python.org/issue36775