[New-bugs-announce] [issue3827] memoryview.size is redundant

Benjamin Peterson report at bugs.python.org
Wed Sep 10 00:18:42 CEST 2008


New submission from Benjamin Peterson <musiccomposition at gmail.com>:

memoryview.size will always be the same as len(view), so one or the
other should go. (probably .size)

----------
components: Interpreter Core
messages: 72929
nosy: benjamin.peterson
priority: release blocker
severity: normal
status: open
title: memoryview.size is redundant
versions: Python 3.0

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


More information about the New-bugs-announce mailing list