PyArg_ParseTuple() when the type could be anything?

David M. Cotter me at davecotter.com
Mon Aug 5 18:55:59 EDT 2013


i was able to get what i wanted by simply iterating over the tupile instead of using ParseTupile, then just query the type, then convert the type to C and move on to the next.  totally great, now i can pass N different argument types to a single function, and have the C side deal gracefully with whatever types are sent.



More information about the Python-list mailing list