New submission from Leonard de Ruijter <alderuij...@gmail.com>:

array.array seems to have all the abstract methods of a 
collections.abc.Sequence and all the classes it inherits from, still the 
following returns False:
`isinstance(array.array("u"), collections.abc.Sequence)`

----------
messages: 330695
nosy: Leonard de Ruijter
priority: normal
severity: normal
status: open
title: collections.abc.Sequence isn't an abstract base class for array.array
type: behavior
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35349>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to