mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
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.
Miscellaneous source files for the main Python shared library