Skip to content

[3.9] bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)#21076

Merged
miss-islington merged 1 commit intopython:3.9from
miss-islington:backport-1d3dad5-3.9
Jun 23, 2020
Merged

[3.9] bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)#21076
miss-islington merged 1 commit intopython:3.9from
miss-islington:backport-1d3dad5-3.9

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington 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
Copy Markdown
Member

@vstinner 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.

@miss-islington
Copy link
Copy Markdown
Contributor Author

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

@miss-islington miss-islington merged commit 92f8b48 into python:3.9 Jun 23, 2020
@miss-islington 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