Searched refs:PyCFunction_CheckExact (Results 1 – 9 of 9) sorted by relevance
16 #define PyCFunction_CheckExact(op) Py_IS_TYPE(op, &PyCFunction_Type) macro
1592 if (PyCFunction_CheckExact(callable)) { in call_fail_kind()1637 if (PyCFunction_CheckExact(callable)) { in _Py_Specialize_Precall()
5014 DEOPT_IF(!PyCFunction_CheckExact(callable), PRECALL);5047 DEOPT_IF(!PyCFunction_CheckExact(callable), PRECALL);5086 DEOPT_IF(!PyCFunction_CheckExact(callable), PRECALL);7292 if (PyCFunction_CheckExact(func) || PyCMethod_CheckExact(func)) {7328 if (PyCFunction_CheckExact(func) || PyCMethod_CheckExact(func)) {
866 Add PyCFunction_CheckExact() macro for exact type checks now that we allow
937 PyCFunction_CheckExact(v) && in binary_op()