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 vstinner
Recipients mark.dickinson, ncoghlan, vstinner
Date 2014-02-07.11:03:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391771024.96.0.337996617562.issue20539@psf.upfronthosting.co.za>
In-reply-to
Content
> What behaviour would you suggest instead?

Some others Python functions like str * int raises a MemoryError on overflow.

But I don't know if OverflowError or MemoryError is better.
History
Date User Action Args
2014-02-07 11:03:45vstinnersetrecipients: + vstinner, mark.dickinson, ncoghlan
2014-02-07 11:03:44vstinnersetmessageid: <1391771024.96.0.337996617562.issue20539@psf.upfronthosting.co.za>
2014-02-07 11:03:44vstinnerlinkissue20539 messages
2014-02-07 11:03:44vstinnercreate