mirror of
https://github.com/python/cpython.git
synced 2026-06-21 18:41:52 -04:00
5894ba7fad
Added PyUnicode_DecodeFSDefaultAndSize Fixed a problem with the sys.path code that caused a segfault on Windows when the path contains non ASCII chars. The code for sys.executable, exec_prefix and prefix should be fixed, too.