[issue2394] Finish the memoryview object implementation

Travis Oliphant report at bugs.python.org
Tue Mar 18 16:59:48 CET 2008


New submission from Travis Oliphant <oliphant at enthought.com>:

The memoryview object in Python 3.0 needs to be finished.  There are a
few methods that are not complete.  In particular, the __getitem__ and
__setitem__ functionality needs to be finished as well as the tolist()
method.

----------
components: Interpreter Core
messages: 63928
nosy: teoliphant
severity: normal
status: open
title: Finish the memoryview object implementation
type: behavior
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2394>
__________________________________


More information about the Python-bugs-list mailing list