Skip to content

BUG: Index arrays need to be cast with SAME_KIND or FORCE casting #4329

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 19, 2014

Conversation

seberg
Copy link
Member

@seberg seberg commented Feb 19, 2014

When checking index arrays for out of bound values, safe casting
was used. In principle this is unsafe, but we need to support indexing
with a 64bit integer array on 32bit systems.

Closes gh-4328

When checking index arrays for out of bound values, safe casting
was used. In principle this is unsafe, but we need to support indexing
with a 64bit integer array on 32bit systems.

Closes numpygh-4328
@juliantaylor
Copy link
Contributor

looks good thanks

juliantaylor added a commit that referenced this pull request Feb 19, 2014
BUG: Index arrays need to be cast with SAME_KIND or FORCE casting
@juliantaylor juliantaylor merged commit 3aaf365 into numpy:master Feb 19, 2014
@seberg seberg deleted the index-casting-rule branch February 19, 2014 17:49
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.

REGR: indexing issue with numpy scalars on 32-bit linux
2 participants