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 josh.r
Recipients berdario, eryksun, ezio.melotti, josh.r, rhettinger, stutzbach
Date 2019-02-14.16:29:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550161773.61.0.851562821201.issue25737@roundup.psfhosted.org>
In-reply-to
Content
This should not be closed as a duplicate. Yes, array.array isn't automatically a Sequence, but since it isn't, the array module should be modified to explicitly do the equivalent of:

import _collections_abc

_collections_abc.Sequence.register(array)

so it's properly registered manually.
History
Date User Action Args
2019-02-14 16:29:33josh.rsetrecipients: + josh.r, rhettinger, stutzbach, ezio.melotti, eryksun, berdario
2019-02-14 16:29:33josh.rsetmessageid: <1550161773.61.0.851562821201.issue25737@roundup.psfhosted.org>
2019-02-14 16:29:33josh.rlinkissue25737 messages
2019-02-14 16:29:33josh.rcreate