[issue25737] array is not a Sequence

Josh Rosenberg report at bugs.python.org
Thu Feb 14 11:31:48 EST 2019


Josh Rosenberg <shadowranger+python at gmail.com> added the comment:

Correction: It should actually be registered as a subclass of MutableSequence (which should make it a virtual subclass of Sequence too; list is only registered on MutableSequence as well).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue25737>
_______________________________________


More information about the Python-bugs-list mailing list