Searched refs:int_instance (Results 1 – 1 of 1) sorted by relevance
1743 PyObject *int_instance; local1747 int_instance = _PyNumber_ConvertIntegralToInt(1750 if (int_instance && PyInt_Check(int_instance)) {1752 long value = PyInt_AS_LONG(int_instance);1753 Py_DECREF(int_instance);1756 return int_instance;