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

Stefan Behnel tracker at bugs.pypy.org
Sat Apr 21 19:58:21 CEST 2012


New submission from Stefan Behnel <stefan_ml at behnel.de>:

In CPython, PyObject_CallMethod(obj, "method", NULL) is a shortcut for calling
the method without arguments. This case is not handled in cpyext, which passes
the format straight into Py_VaBuildValue().

----------
messages: 4279
nosy: pypy-issue, sbehnel
priority: bug
status: unread
title: [cpyext] PyObject_CallMethod() does not handle format == NULL

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


More information about the pypy-issue mailing list