New GitHub issue #93325 from eendebakpt:<br>

<hr>

<pre>
**Feature or enhancement**

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.


</pre>

<hr>

<a href="https://github.com/python/cpython/issues/93325">View on GitHub</a>
<p>Labels: type-feature</p>
<p>Assignee: </p>