You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The small integer lookup method get_small_int is using _PyLong_SMALL_INTS as a pointer to the small integers. This requires adding the constant _PY_NSMALLNEGINTS to the integer desired. By creating a pointer to the small integer 0 we can avoid the addition.