• Victor Stinner's avatar
    bpo-32030: Add _Py_EncodeLocaleRaw() (#4961) · 9dd76201
    Victor Stinner yazdı
    Replace Py_EncodeLocale() with _Py_EncodeLocaleRaw() in:
    
    * _Py_wfopen()
    * _Py_wreadlink()
    * _Py_wrealpath()
    * _Py_wstat()
    * pymain_open_filename()
    
    These functions are called early during Python intialization, only
    the RAW memory allocator must be used.
    9dd76201
main.c 70.4 KB