Move the code implementing isinstance() and issubclass() to new C
APIs, PyObject_IsInstance() and PyObject_IsSubclass() -- both returning an int, or -1 for errors.
G
Guido van Rossum committed
823649d544eec66a61176dbb76b51a9408c7f4ed
Parent: 9175114