Mon, 11 Oct 2010 13:03:56 +0300, Ioan Ferencik wrote:
> I would like to aks where can I find more detaile dinfo on
> PyArg_ParseTuple function.
This is off-topic for this list.
See docs.python.org or ask on the Python lists:
http://python.org/community/lists/
__
I would like to aks where can I find more detaile dinfo on
PyArg_ParseTuple function.
I find the doc limited on the matter.
Mainly I am curious why the function requires an address of a pointer.
I have issues in the following case:
in python
int jmax = 16
print type(jmax)
which is just all