Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of
PyOS_snprintf() to avoid temporary buffer allocated on the stack and a conversion from bytes to Unicode.
V
Victor Stinner committed
6ced7c433353208e5b9d4dc25018937f1c9ae87d
Parent: 44afe2b