mirror of
https://github.com/python/cpython.git
synced 2025-11-01 22:21:35 +00:00
Replace PyUnicode_New(0, 0), PyUnicode_FromString("")
and PyUnicode_FromStringAndSize("", 0)
with Py_GetConstant(Py_CONSTANT_EMPTY_STR).
|
||
|---|---|---|
| .. | ||
| custom.c | ||
| custom2.c | ||
| custom3.c | ||
| custom4.c | ||
| pyproject.toml | ||
| setup.py | ||
| sublist.c | ||
| test.py | ||