mirror of
https://github.com/python/cpython.git
synced 2026-05-16 17:38:22 -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.