Lines Matching refs:fno
2673 PyObject *fno = PyEval_CallObject(meth, NULL);2675 if (fno == NULL)2678 if (PyInt_Check(fno)) {2679 fd = _PyInt_AsInt(fno);2680 Py_DECREF(fno);2682 else if (PyLong_Check(fno)) {2683 fno);2684 Py_DECREF(fno);2689 Py_DECREF(fno);