PyArg_ParseTupleAndKeywords in Python3.1
Joachim Dahl
dahl.joachim at gmail.com
Fri Dec 18 13:28:56 EST 2009
My mistake seems to be that I declared
char a, b;
instead of
int a, b;
Thank you for sorting this out.
Joachim
More information about the Python-list
mailing list