Searched refs:MyInt_FromInt (Results 1 – 2 of 2) sorted by relevance
24 #define MyInt_FromInt(i) PyLong_FromLong((long)i) macro39 #define MyInt_FromInt(i) PyInt_FromLong((long)i) macro
230 stack_index = MyInt_FromInt(the_index); in CTracer_set_pdata_stack()667 PyObject * this_line = MyInt_FromInt(lineno_from); in CTracer_handle_line()