Home
last modified time | relevance | path

Searched refs:_PY_NSMALLPOSINTS (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_interp.h205 #define _PY_NSMALLPOSINTS 257 macro
209 #if _PY_NSMALLPOSINTS < 2
290 PyLongObject* small_ints[_PY_NSMALLNEGINTS + _PY_NSMALLPOSINTS];
Dpycore_long.h53 assert(-_PY_NSMALLNEGINTS <= value && value < _PY_NSMALLPOSINTS); in __PyLong_GetSmallInt_internal()
/third_party/python/Objects/
Dlongobject.c25 #define NSMALLPOSINTS _PY_NSMALLPOSINTS