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 anselm.kruis
Recipients anselm.kruis, pitrou
Date 2013-05-21.08:28:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369124888.77.0.852190024448.issue18004@psf.upfronthosting.co.za>
In-reply-to
Content
> I take it you have more than 16GB of RAM?
I used a system with 16GB Ram.

> What happens if you replace "sys.maxint" with "sys.maxsize" in test_overflow?
The test passes. Both mul and imul raise MemoryError.
History
Date User Action Args
2013-05-21 08:28:08anselm.kruissetrecipients: + anselm.kruis, pitrou
2013-05-21 08:28:08anselm.kruissetmessageid: <1369124888.77.0.852190024448.issue18004@psf.upfronthosting.co.za>
2013-05-21 08:28:08anselm.kruislinkissue18004 messages
2013-05-21 08:28:08anselm.kruiscreate