mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
9dd762013f
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