How do I check for the nonzero-ness of a PyObject using the Python C-API? Is it possible at all? Or should I just require that I only get integers which I can test for nonzero-ness much more easily? ;-) -- Gerhard