diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-06-23 13:40:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-23 13:40:47 (GMT) |
commit | c6e24e7420a03a1751004e255a6f6c14265b9ea1 (patch) | |
tree | 25ae44795f2007850d3a9913d551083413799168 /Python/fileutils.c | |
parent | 56d25add07093701c4827ea3a46b7025d9030f3c (diff) | |
download | cpython-c6e24e7420a03a1751004e255a6f6c14265b9ea1.zip cpython-c6e24e7420a03a1751004e255a6f6c14265b9ea1.tar.gz cpython-c6e24e7420a03a1751004e255a6f6c14265b9ea1.tar.bz2 |
bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)
Fix integer overflow in the :meth:`array.array.index` method on 64-bit Windows
for index larger than ``2**31``.
(cherry picked from commit 1d3dad5f96ed445b958ec53dfa0d46812f2162d9)
Co-authored-by: WildCard65 <WildCard65@users.noreply.github.com>
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions