Searched defs:Py_Is (Results 1 – 7 of 7) sorted by relevance
114 # define Py_Is(x, y) ((x) == (y)) macro
120 #define Py_Is(x, y) ((x) == (y)) macro
2447 int Py_Is(PyObject *x, PyObject *y) in Py_Is() function