Fix PyUnicode_Format(): return NULL if PyUnicode_READY(uformat) failed
This error cannot occur in practice: PyUnicode_FromObject() always return a "ready" string.
Showing
Please register or sign in to comment
This error cannot occur in practice: PyUnicode_FromObject() always return a "ready" string.