Issue35349
Created on 2018-11-29 15:05 by Leonard de Ruijter, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg330695 - (view) | Author: Leonard de Ruijter (Leonard de Ruijter) | Date: 2018-11-29 15:05 | |
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)`
|
|||
| msg330702 - (view) | Author: Leonard de Ruijter (Leonard de Ruijter) | Date: 2018-11-29 16:56 | |
This might be a duplicate of https://bugs.python.org/issue35190 |
|||
| msg330706 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2018-11-29 18:16 | |
See issue23864, issue25737 and issue35190. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:08 | admin | set | github: 79530 |
| 2018-11-29 18:16:39 | serhiy.storchaka | set | status: open -> closed superseder: array is not a Sequence nosy:
+ serhiy.storchaka |
| 2018-11-29 16:56:05 | Leonard de Ruijter | set | messages: + msg330702 |
| 2018-11-29 15:05:12 | Leonard de Ruijter | create | |
