gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Replace PyUnicode_New(0, 0), PyUnicode_FromString("")
and PyUnicode_FromStringAndSize("", 0)
with Py_GetConstant(Py_CONSTANT_EMPTY_STR). V
Victor Stinner committed
b9a8ca0a6aa9251cb798f34f0c9d2cc95107eec6
Parent: 6a39e96
Committed by GitHub <noreply@github.com>
on 10/9/2024, 3:15:23 PM