[pypy-issue] [issue1135] [cpyext] PyObject_CallMethod() does not handle format == NULL

Stefan Behnel tracker at bugs.pypy.org
Sat Apr 21 20:03:28 CEST 2012


Stefan Behnel <stefan_ml at behnel.de> added the comment:

Actually, also the case of an empty format string is not handled. In that case,
 Py_VaBuildValue() returns None instead of an empty tuple, as required for the
arguments.

----------
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1135>
________________________________________


More information about the pypy-issue mailing list