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 skrah, vstinner
Date 2014-06-24.09:19:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403601547.35.0.914531351331.issue21856@psf.upfronthosting.co.za>
In-reply-to
Content
As I following up to the issue #21831, I don't understand why memoryview[2**100:] doesn't raise an overflow error!? It looks like a bug.

Attached patch changes the behaviour to raise an OverflowError.
History
Date User Action Args
2014-06-24 09:19:07vstinnersetrecipients: + vstinner, skrah
2014-06-24 09:19:07vstinnersetmessageid: <1403601547.35.0.914531351331.issue21856@psf.upfronthosting.co.za>
2014-06-24 09:19:07vstinnerlinkissue21856 messages
2014-06-24 09:19:07vstinnercreate