[issue35349] collections.abc.Sequence isn't an abstract base class for array.array

2018-11-29 Thread Leonard de Ruijter
Leonard de Ruijter added the comment: This might be a duplicate of https://bugs.python.org/issue35190 -- ___ Python tracker <https://bugs.python.org/issue35

[issue35349] collections.abc.Sequence isn't an abstract base class for array.array

2018-11-29 Thread Leonard de Ruijter
New submission from Leonard de Ruijter : 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: 3

[issue19865] create_unicode_buffer() fails on non-BMP strings on Windows

2018-11-28 Thread Leonard de Ruijter
Leonard de Ruijter added the comment: I'm still able to reproduce this issue with ctypes under Python 3.7.0 -- nosy: +Leonard de Ruijter ___ Python tracker <https://bugs.python.org/issue19