]> granicus.if.org Git - python/commit
Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Mar 2011 17:15:42 +0000 (18:15 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Mar 2011 17:15:42 +0000 (18:15 +0100)
commit6ced7c433353208e5b9d4dc25018937f1c9ae87d
tree61efdd2c527ab2eeeff1dd306218b91efbe1b91d
parent44afe2b35a3f82f26d35a2cec507ec6d59e6d6d3
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.
Modules/_datetimemodule.c
Modules/_testcapimodule.c
Modules/_tkinter.c
Modules/readline.c
Objects/complexobject.c
Python/getargs.c