Closed
Description
The upper limit of Python integers is determined by by the size of addressable memory. On 64-bit platforms this is about
The following PR lowers the limit to about
First proposed in #121486, then discussed in https://discuss.python.org/t/imposing-a-hard-limit-on-python-integers/62302.