primes=list(range(2**256)) Traceback (most recent call last): File "<pyshell#24>", line 1, in <module> primes=list(range(2**256)) OverflowError: Python int too large to convert to C ssize_t
primes=list(range(2**256)) Traceback (most recent call last): File "<pyshell#24>", line 1, in <module> primes=list(range(2**256)) OverflowError: Python int too large to convert to C ssize_t
>>>import sys >>>sys.maxsize 9223372036854775807