[–] zahlman 2mo ago ↗ All pretty well-known stuff, I thought.> More interesting is int. At the time of writing this post, the current implementation of CPython pre-allocates integers from -5 to 256.The upper bound will increase to 1024 in CPython 3.15 IIRC.
2 comments
[ 2.7 ms ] story [ 21.2 ms ] thread> More interesting is int. At the time of writing this post, the current implementation of CPython pre-allocates integers from -5 to 256.
The upper bound will increase to 1024 in CPython 3.15 IIRC.