]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
array.buffer_info() should return a length as int, not long, for compatibility.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 24 Jun 2016 05:38:59 +0000 (08:38 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 24 Jun 2016 05:38:59 +0000 (08:38 +0300)
commitff0d875ad13b3db856d632a57cfea48d32af75e0
tree0b141585aa374958a95f951244f5c602f5ce0507
parent919345d2181287a06192a9c06751fece4896ff9d
array.buffer_info() should return a length as int, not long, for compatibility.
Modules/arraymodule.c