mirror of
https://github.com/python/cpython.git
synced 2026-07-26 20:03:16 -04:00
80f20f58b2
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