mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
e47e698da6
Py_EncodeLocale() now uses _Py_EncodeUTF8_surrogateescape(), instead of using temporary unicode and bytes objects. So Py_EncodeLocale() doesn't use the Python C API anymore.
Miscellaneous source files for the main Python shared library