This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Leonard de Ruijter
Recipients Leonard de Ruijter
Date 2018-11-29.15:05:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543503912.1.0.788709270274.issue35349@psf.upfronthosting.co.za>
In-reply-to
Content
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)`
History
Date User Action Args
2018-11-29 15:05:12Leonard de Ruijtersetrecipients: + Leonard de Ruijter
2018-11-29 15:05:12Leonard de Ruijtersetmessageid: <1543503912.1.0.788709270274.issue35349@psf.upfronthosting.co.za>
2018-11-29 15:05:12Leonard de Ruijterlinkissue35349 messages
2018-11-29 15:05:11Leonard de Ruijtercreate