[issue5666] Py_BuildValue("c") should return bytes?

STINNER Victor report at bugs.python.org
Thu Apr 2 13:31:33 CEST 2009


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

> "C" format, but... it doesn't exist for Py_BuildValue

Ooops, it does exist but it looks that nobody uses it. It's also not 
documented :-( I wrote a new patch:
 - document "C" format for Py_BuildValue (fix also a typo)
 - use "C" format in array and _curses
 - (and leave ocean-city's changes unchanged)

----------
Added file: http://bugs.python.org/file13579/py3k_build_value-2.patch

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


More information about the Python-bugs-list mailing list