mirror of
https://github.com/python/cpython.git
synced 2026-06-24 03:53:12 -04:00
573c08c1b7
PyUnicode_FromFormatV() instead of PyString_FromFormatV()). Change calls to PyErr_Format() to benefit from the new format specifiers: Using %S, object instead of %s, PyString_AS_STRING(object) with will work with unicode objects too.