Mark Dickinson added the comment:

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

I have to say that that's always seemed wrong to me: IMO MemoryError should 
only be raised when we've really run out of memory, or perhaps where the amount 
of memory we're about to need exceeds all possible limits (e.g., more than 
2**63 bytes on a 64-bit system).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20539>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to