<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 1, 2014 at 5:48 PM, Francis Giraldeau <span dir="ltr"><<a href="mailto:francis.giraldeau@gmail.com" target="_blank">francis.giraldeau@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">- On the C-API side: I did a horrible and silly function show_type() to run every Py*_Check() to determine the type of a PyObject *. What would be the sane way to do that?</blockquote></div><br>Questions like this are better asked on a users' forum, but you can get the type name from a python object as follows:</div><div class="gmail_extra"><br></div><div class="gmail_extra">Py_TYPE(obj)->tp_name</div></div>