PyArg_Parse weirds
Michael Hudson
mwh21 at cam.ac.uk
Tue Apr 24 07:40:48 EDT 2001
Robin Becker <robin at jessikat.fsnet.co.uk> writes:
> I just get 0 back from the PyArg_Parse so have to assume it didn't work
> and as the value printed out suggests it hasn't put anything into r.
If it's returned 0 and not set an exception, that's a bug. If it's
set an exception, then that might give clues as to what's going on.
There's always the C debugger for things like this, too.
Cheers,
M.
--
If a train station is a place where a train stops, what's a
workstation? -- unknown (to me, at least)
More information about the Python-list
mailing list