Message 339592 - Python tracker

Message339592

Author serhiy.storchaka
Recipients anthony shaw, serhiy.storchaka
Date 2019-04-08.07:25:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554708341.61.0.643415325977.issue36552@roundup.psfhosted.org>
In-reply-to
Content
For large but smaller than the C limit ranges the list constructor raises a MemoryError. It should raise the same error for larger ranges.

Raising an OverflowError in range.__len__ is legitimate.
History
Date User Action Args
2019-04-08 07:25:41serhiy.storchakasetrecipients: + serhiy.storchaka, anthony shaw
2019-04-08 07:25:41serhiy.storchakasetmessageid: <1554708341.61.0.643415325977.issue36552@roundup.psfhosted.org>
2019-04-08 07:25:41serhiy.storchakalinkissue36552 messages
2019-04-08 07:25:41serhiy.storchakacreate