[issue3827] memoryview.size is redundant

Amaury Forgeot d'Arc report at bugs.python.org
Thu Sep 11 02:26:46 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

This causes test_ctypes to fail.
r66382 corrects the test to use len(v) instead of v.size

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list