mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
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