Add PyObject_CallFunction and PyObject_CallMethod

to those with new conversion semantics.
This commit is contained in:
Martin v. Löwis 2006-04-14 12:35:54 +00:00
parent 7c39299824
commit 1ebf91f769
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,8 @@ buffer interface function types are now called readbufferproc,
writebufferproc, segcountproc, and charbufferproc.
A new conversion code 'n' is introduced for PyArg_ParseTuple
and Py_BuildValue, which operates on Py_ssize_t.
Py_BuildValue, PyObject_CallFunction and PyObject_CallMethod.
This code operates on Py_ssize_t.
The conversion codes 's#' and 't#' will output Py_ssize_t
if the macro PY_SSIZE_T_CLEAN is defined before Python.h