]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9526: Remove outdated casts to int that were preventing the array module...
authorMark Dickinson <dickinsm@gmail.com>
Fri, 6 Aug 2010 09:36:57 +0000 (09:36 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 6 Aug 2010 09:36:57 +0000 (09:36 +0000)
commit346f0af4f686176f985de8e2cfd38d28b6fc6ab5
tree5aac6a9cfb0bd9cc4cd8b0edac15b63be8780cca
parent373e78c6f51f028373aca51fc70dd5b48159e5ce
Issue #9526:  Remove outdated casts to int that were preventing the array module from working correctly with arrays > 2GB.
Modules/arraymodule.c