Searched refs:PyInt_FromLong (Results 1 – 3 of 3) sorted by relevance
191 # define PyInt_FromLong dll_PyInt_FromLong macro1183 return PyInt_FromLong(((OutputObject *)(self))->softspace); in OutputGetattr()1493 return PyInt_FromLong(this->dict->dv_lock); in DictionaryGetattr()1495 return PyInt_FromLong(this->dict->dv_scope); in DictionaryGetattr()1506 return PyInt_FromLong(((ListObject *)(self))->list->lv_lock); in ListGetattr()
97 #define PyInt_FromLong(i) PyLong_FromLong(i) macro
3424 return PyInt_FromLong(numval); in OptionsItem()5780 if (!(linenr = PyInt_FromLong((long) lnum))) in run_do()6871 PyInt_FromLong(numeric_constants[i].val)); in populate_module()