Hacker News new | ask | show | jobs
by hope-striker 2485 days ago
Integers are object pointers, too. CPython just so happens to preallocate a range of small integers[0].

[0]: https://github.com/python/cpython/blob/master/Objects/longob...