Or can I just loop through the argument tuple manually by using something like 
PyTuple_GET_ITEM(args,i), then putting manual code to convert the objects to 
appropriate C type?

The use case is that I am interfacing Python with another interpreter and do 
not know the type and number of arguments till runtime :)

rahul

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to