mirror of
https://github.com/python/cpython.git
synced 2026-05-28 07:08:01 -04:00
7c47beb860
PyString_FromFormatV(): In the final resize at the end, we can use
PyString_AS_STRING() since we know the object is a string and can
avoid the typechecking.
PyString_FromFormat(): GS sez: "For safety/propriety, you should call
va_end() on the vargs variable."