mirror of
https://github.com/python/cpython.git
synced 2026-05-14 08:28:31 -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.
Source files for various builtin objects