[issue11241] ctypes: subclassing an already subclassed ArrayType generates AttributeError

Amaury Forgeot d'Arc report at bugs.python.org
Mon Apr 18 08:42:50 CEST 2011


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

In the patch, _length_ is searched in the class and its base class. But what happens with a third level?
class my_array3(my_array2):
    pass

----------

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


More information about the Python-bugs-list mailing list