mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
Add _Py_DumpWideString() function to dump a wide string as ASCII. It supports surrogate pairs. Replace _Py_EncodeLocaleRaw() with _Py_DumpWideString() in write_thread_name().
Miscellaneous source files for the main Python shared library