Currently, isinstance(x, C) implies that the C struct layout of x is compatible with that defined by C. I'm worried that changing this could cause difficulties for extension modules that use PyObject_IsInstance do decide what to do with things, e.g. in a binary operator method. -- Greg