mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
b9a8ca0a6a
Replace PyUnicode_New(0, 0), PyUnicode_FromString("")
and PyUnicode_FromStringAndSize("", 0)
with Py_GetConstant(Py_CONSTANT_EMPTY_STR).
Miscellaneous source files for the main Python shared library