]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed the array module broken in issue #23492.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Apr 2015 14:06:55 +0000 (17:06 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Apr 2015 14:06:55 +0000 (17:06 +0300)
commit04e6dba7dc59d2afa072ee53160f90d7090ad72d
tree79011a32f07bbec589eaed7d16e2a29ee8aeec78
parentb599ca8cff849e45c30a499bc2d38c25766694b8
Fixed the array module broken in issue #23492.
array_array_frombytes() is used in other functions, but it's signature was
changed. Closes issue #23866.
Modules/arraymodule.c