Searched refs:small_ints (Results 1 – 2 of 2) sorted by relevance
79 static PyIntObject *small_ints[NSMALLNEGINTS + NSMALLPOSINTS]; variable92 v = small_ints[ival + NSMALLNEGINTS]; in PyInt_FromLong()1463 small_ints[ival + NSMALLNEGINTS] = v; in _PyInt_Init()1505 small_ints[p->ob_ival + in PyInt_ClearFreeList()1508 small_ints[p->ob_ival + in PyInt_ClearFreeList()1536 q = small_ints; in PyInt_Fini()
10220 add its valid ints back to the small_ints array if they are in range.