[issue23866] array module broken

2015-04-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Antoine. Fixed. -- assignee: -> serhiy.storchaka resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker __

[issue23866] array module broken

2015-04-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 973c9ec53bbb by Serhiy Storchaka in branch 'default': Fixed the array module broken in issue #23492. https://hg.python.org/cpython/rev/973c9ec53bbb -- nosy: +python-dev ___ Python tracker

[issue23866] array module broken

2015-04-04 Thread Antoine Pitrou
New submission from Antoine Pitrou: The array.array constructor has stopped working. I feel like this may be due to the latest Argument Clinic changes. == ERROR: test_create_from_bytes (test.test_array.ByteTest) ---