[issue8269] Missing return values for PyUnicode C/API functions

Ezio Melotti report at bugs.python.org
Wed Mar 31 08:48:58 CEST 2010


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

if you are referring to http://docs.python.org/dev/py3k/c-api/unicode.html#PyUnicode_FromFormat the return type is a PyObject.

See also http://docs.python.org/dev/py3k/c-api/structures.html#PyObject

----------
nosy: +ezio.melotti
priority:  -> normal

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


More information about the Python-bugs-list mailing list