Skip to content
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

BUG: Fix arr.flat.index for large arrays and big-endian machines #19347

Merged
merged 2 commits into from Jun 25, 2021

Commits on Jun 25, 2021

  1. Copy the full SHA
    34c10e8 View commit details
    Browse the repository at this point in the history
  2. BUG: Fix arr.flat.index for large or big-endian machines

    The type read when exposing was previously int, but has to be
    intp.  this would only be visible for >2**31 elements, but is
    also visible on big-endian machines.
    
    Closes numpygh-19153
    seberg authored and charris committed Jun 25, 2021
    Copy the full SHA
    dc5ec98 View commit details
    Browse the repository at this point in the history