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 Alex Groce
Recipients Alex Groce
Date 2016-08-26.20:37:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472243848.97.0.117606411685.issue27870@psf.upfronthosting.co.za>
In-reply-to
Content
(to clarify:

0 << N

allocates memory (which can fail, raising MemoryError) based on N.  GMP simply returns 0 for any N.
History
Date User Action Args
2016-08-26 20:37:28Alex Grocesetrecipients: + Alex Groce
2016-08-26 20:37:28Alex Grocesetmessageid: <1472243848.97.0.117606411685.issue27870@psf.upfronthosting.co.za>
2016-08-26 20:37:28Alex Grocelinkissue27870 messages
2016-08-26 20:37:28Alex Grocecreate