[New-bugs-announce] [issue9737] Del on memoryview crashes CPython

Dino Viehland report at bugs.python.org
Wed Sep 1 23:03:56 CEST 2010


New submission from Dino Viehland <dinov at microsoft.com>:

x = bytearray(b'abc')
y = memoryview(x)
del y[0:1]

This crashes CPython 3.1.1 and 2.7.

----------
components: Interpreter Core
messages: 115333
nosy: dino.viehland
priority: normal
severity: normal
status: open
title: Del on memoryview crashes CPython
type: crash
versions: Python 2.7, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9737>
_______________________________________


More information about the New-bugs-announce mailing list