Files
cpython/Include
Guido van Rossum 823649d544 Move the code implementing isinstance() and issubclass() to new C
APIs, PyObject_IsInstance() and PyObject_IsSubclass() -- both
returning an int, or -1 for errors.
2001-03-21 18:40:58 +00:00
..
2001-01-25 20:04:14 +00:00
2001-01-25 20:06:59 +00:00
2001-02-01 22:48:12 +00:00
2001-03-02 06:10:17 +00:00
2001-03-20 19:57:10 +00:00
2001-01-25 20:04:14 +00:00
2001-02-28 23:03:39 +00:00