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

Arnaud Fontaine report at bugs.python.org
Wed Mar 31 09:17:25 CEST 2010


Arnaud Fontaine <arnau at debian.org> added the comment:

I meant whether it returns a new reference or not. For instance, documentation for PyUnicode_FromObject() and PyUnicode_AsWideChar() states that a new reference is returned, but this is not specified for most functions in Unicode Object (at least).

----------

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


More information about the Python-bugs-list mailing list