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 josh.r
Recipients davidlin, docs@python, josh.r
Date 2018-09-07.14:32:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536330743.04.0.56676864532.issue34601@psf.upfronthosting.co.za>
In-reply-to
Content
"than" is correct; "giving up" in this context would mean "not even trying to allocate the memory and just preemptively raising OverflowError, like non-integer numeric types with limited ranges". Rather than giving up that way, it chooses to try to allocate the huge integer and raises a MemoryError only if that fails.
History
Date User Action Args
2018-09-07 14:32:23josh.rsetrecipients: + josh.r, docs@python, davidlin
2018-09-07 14:32:23josh.rsetmessageid: <1536330743.04.0.56676864532.issue34601@psf.upfronthosting.co.za>
2018-09-07 14:32:23josh.rlinkissue34601 messages
2018-09-07 14:32:22josh.rcreate