Index: Objects/abstract.c =================================================================== --- Objects/abstract.c (revision 62638) +++ Objects/abstract.c (working copy) @@ -2619,7 +2619,7 @@ Py_DECREF(checker); return ok; } - res = PyObject_CallFunctionObjArgs(checker, inst, NULL); + res = PyObject_CallFunctionObjArgs(checker, inst, cls, NULL); Py_LeaveRecursiveCall(); Py_DECREF(checker); if (res != NULL) {

AltStyle によって変換されたページ (->オリジナル) /