This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients iritkatriel, martin.panter, pabstersac, terry.reedy
Date 2021-06-21.17:15:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624295742.85.0.389234671638.issue27547@roundup.psfhosted.org>
In-reply-to
Content
I get a MemoryError on Windows 10:

>>> float(array.array("L",b"a"*0xFFFFFFFFFFFFFFF+100000**8000000000))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
MemoryError
>>>
History
Date User Action Args
2021-06-21 17:15:42iritkatrielsetrecipients: + iritkatriel, terry.reedy, martin.panter, pabstersac
2021-06-21 17:15:42iritkatrielsetmessageid: <1624295742.85.0.389234671638.issue27547@roundup.psfhosted.org>
2021-06-21 17:15:42iritkatriellinkissue27547 messages
2021-06-21 17:15:42iritkatrielcreate