Lines Matching refs:Py_NotImplemented
633 PyObject *res = Py_NotImplemented;
645 /* non-comparable: Py_NotImplemented */
2858 implemented, set conv to Py_NotImplemented. */
2884 Py_INCREF(Py_NotImplemented);
2885 *conv = Py_NotImplemented;
3033 case wcmp is either NULL or Py_NotImplemented (new reference) and vcmp
3077 Py_INCREF(Py_NotImplemented);
3078 *wcmp = Py_NotImplemented;
3096 Py_INCREF(Py_NotImplemented);
3097 *wcmp = Py_NotImplemented;
3101 if (*wcmp == NULL || *wcmp == Py_NotImplemented) {