mirror of
https://github.com/python/cpython.git
synced 2026-01-29 14:15:31 +00:00
Replace PyUnicode_AsUTF8AndSize() with PyUnicode_AsUTF8() to remove the explicit check for embedded null characters.
Miscellaneous source files for the main Python shared library