mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
Based on patch by Victor Stinner. Add private C API function _PyUnicode_AsUnicode() which is similar to PyUnicode_AsUnicode(), but checks for null characters.
Miscellaneous source files for the main Python shared library