Fix integer overflow in the :meth:`array.array.index` method on 64-bit Windows for index larger than ``2**31``. (cherry picked from commit 1d3dad5) Co-authored-by: WildCard65 <WildCard65@users.noreply.github.com>
|
@WildCard65 and @vstinner: Status check is done, and it's a success ✅ . |
Fix integer overflow in the :meth:
array.array.indexmethod on 64-bit Windowsfor index larger than
2**31.(cherry picked from commit 1d3dad5)
Co-authored-by: WildCard65 WildCard65@users.noreply.github.com
https://bugs.python.org/issue41085