Miles Lubin wrote:
> I am using PyArg_ParseTuple to parse the arguments (ignoring the keyword
> arguments) to my initproc for a type I define.
> It seems that something goes wrong inside PyArg_ParseTuple when it gets
> the wrong number of arguments (my format string is "OO");
> if the function is
I am using PyArg_ParseTuple to parse the arguments (ignoring the keyword
arguments) to my initproc for a type I define.
It seems that something goes wrong inside PyArg_ParseTuple when it gets
the wrong number of arguments (my format string is "OO");
if the function isn't given exactly two argumen