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 pitrou
Recipients pitrou, serhiy.storchaka
Date 2015-04-04.11:41:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428147669.14.0.904457263314.issue23866@psf.upfronthosting.co.za>
In-reply-to
Content
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)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/cpython/default/Lib/test/test_array.py", line 1016, in test_create_from_bytes
    a = array.array('H', b"1234")
TypeError: a bytes-like object is required, not 'tuple'
History
Date User Action Args
2015-04-04 11:41:09pitrousetrecipients: + pitrou, serhiy.storchaka
2015-04-04 11:41:09pitrousetmessageid: <1428147669.14.0.904457263314.issue23866@psf.upfronthosting.co.za>
2015-04-04 11:41:09pitroulinkissue23866 messages
2015-04-04 11:41:08pitroucreate