Searched defs:Py_RETURN_FALSE (Results 1 – 2 of 2) sorted by relevance
28 #define Py_RETURN_FALSE return Py_INCREF(Py_False), Py_False macro