Python Is Weird
kowal.dev
Python Is Weird
1–3 of 3 posts
Re: Python Is Weird
#2All 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.
Re: Python Is Weird
#3[flagged]