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 dino.viehland
Recipients dino.viehland
Date 2010-09-01.21:03:49
SpamBayes Score 0.05037076
Marked as misclassified No
Message-id <1283375036.96.0.490730881857.issue9737@psf.upfronthosting.co.za>
In-reply-to
Content
x = bytearray(b'abc')
y = memoryview(x)
del y[0:1]

This crashes CPython 3.1.1 and 2.7.
History
Date User Action Args
2010-09-01 21:03:57dino.viehlandsetrecipients: + dino.viehland
2010-09-01 21:03:56dino.viehlandsetmessageid: <1283375036.96.0.490730881857.issue9737@psf.upfronthosting.co.za>
2010-09-01 21:03:50dino.viehlandlinkissue9737 messages
2010-09-01 21:03:49dino.viehlandcreate