[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public

Conversation

Copy link
Contributor

miss-islington commented Jun 23, 2020

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

https://bugs.python.org/issue41085

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>
Copy link
Member

vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

Copy link
Contributor Author

@WildCard65 and @vstinner: Status check is done, and it's a success ✅ .

miss-islington merged commit 92f8b48 into python:3.9 Jun 23, 2020
miss-islington deleted the backport-1d3dad5-3.9 branch June 23, 2020 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants