Don't use (PyObject *)PyObject_Type(x).  It is a leaky and verbose way
of saying x->ob_type.
1 file changed