8000 Backport 7463, BUG: fix array too big error for wide dtypes. by charris · Pull Request #7816 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

Backport 7463, BUG: fix array too big error for wide dtypes. #7816

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 2 commits into from
Jul 10, 2016

Conversation

charris
Copy link
Member
@charris charris commented Jul 10, 2016

Backport of #7463

An error was not being raised when arr.size * arr.dtype.itemsize
was too large, but only when arr.size was too large alone.

Closes #7813.

seberg added 2 commits July 10, 2016 11:08
The error was not being raised when arr.size * arr.dtype.itemsize
was too large, but only when arr.size was too large alone.

Closes numpygh-7451
@charris charris added this to the 1.11.2 release milestone Jul 10, 2016
@charris charris merged commit 74cf40f into numpy:maintenance/1.11.x Jul 10, 2016
@charris charris deleted the backport-7463 branch July 10, 2016 18:05
@charris charris changed the title Backport 7463 Backport 7463, BUG: fix array too big error for wide dtypes. Aug 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0