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)
----------------------------------------------------------------------
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'

----------
components: Library (Lib)
messages: 240067
nosy: pitrou, serhiy.storchaka
priority: release blocker
severity: normal
status: open
title: array module broken
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23866>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to