gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#125195)
Replace PyBytes_FromString("") and PyBytes_FromStringAndSize("", 0)
with Py_GetConstant(Py_CONSTANT_EMPTY_BYTES). V
Victor Stinner committed
6a39e96ab8ebc1144f713988ac6fe439e4476488
Parent: 3ee474f
Committed by GitHub <noreply@github.com>
on 10/9/2024, 3:12:11 PM