0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Objects
Neil Schemenauer 6b47129424 Fix error checking done by abstract_issubclass and abstract_isinstance.
isinstance() now allows any object as the first argument and a class, a
type or something with a __bases__ tuple attribute for the second
argument.  This closes SF patch #464992.
2001-10-18 03:18:43 +00:00
..
.cvsignore
abstract.c Fix error checking done by abstract_issubclass and abstract_isinstance. 2001-10-18 03:18:43 +00:00
bufferobject.c
cellobject.c
classobject.c
cobject.c
complexobject.c
descrobject.c
dictobject.c
fileobject.c
floatobject.c
frameobject.c
funcobject.c
intobject.c
iterobject.c
listobject.c
longobject.c
methodobject.c
moduleobject.c
object.c
obmalloc.c
rangeobject.c
sliceobject.c
stringobject.c
tupleobject.c
typeobject.c
unicodectype.c
unicodeobject.c
unicodetype_db.h
weakrefobject.c
xxobject.c