[issue7649] "u'%c' % char" broken for chars in range '\x80'-'\xFF'

STINNER Victor report at bugs.python.org
Thu Jan 21 12:43:49 CET 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

@Ezio: Your patch leaks a reference: PyUnicode_FromString(...) is not destroyed (Py_DECREF) on success.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7649>
_______________________________________


More information about the Python-bugs-list mailing list