Searched refs:_PY_NSMALLPOSINTS (Results 1 – 3 of 3) sorted by relevance
205 #define _PY_NSMALLPOSINTS 257 macro209 #if _PY_NSMALLPOSINTS < 2290 PyLongObject* small_ints[_PY_NSMALLNEGINTS + _PY_NSMALLPOSINTS];
53 assert(-_PY_NSMALLNEGINTS <= value && value < _PY_NSMALLPOSINTS); in __PyLong_GetSmallInt_internal()
25 #define NSMALLPOSINTS _PY_NSMALLPOSINTS