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 gvanrossum
Recipients benjamin.peterson, christian.heimes, ctheune, gvanrossum, hynek
Date 2012-11-02.13:46:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJLydPsCZqK-bXut4FLz==r7gf8K7k7N+XpNuW71auLk8g@mail.gmail.com>
In-reply-to <1351860953.88.0.388498945132.issue16381@psf.upfronthosting.co.za>
Content
There used to be some places in the C code that raise MemoryError to
indicate that some parameter indicating a desired result size is out
of range, i.e. before even trying to allocate anything. I can't
confirm any, but these should probably be replaced with another
exception. (I thought string times integer was one such place, but it
raises OverflowError now.) If there are any left those should probably
be replaced with OverflowError.
History
Date User Action Args
2012-11-02 13:46:26gvanrossumsetrecipients: + gvanrossum, ctheune, christian.heimes, benjamin.peterson, hynek
2012-11-02 13:46:26gvanrossumlinkissue16381 messages
2012-11-02 13:46:26gvanrossumcreate