• Victor Stinner's avatar
    Use locale encoding if Py_FileSystemDefaultEncoding is not set · f3170cce
    Victor Stinner yazdı
     * PyUnicode_EncodeFSDefault(), PyUnicode_DecodeFSDefaultAndSize() and
       PyUnicode_DecodeFSDefault() use the locale encoding instead of UTF-8 if
       Py_FileSystemDefaultEncoding is NULL
     * redecode_filenames() functions and _Py_code_object_list (issue #9630)
       are no more needed: remove them
    f3170cce
code.h 3.73 KB