You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: Enforce integer limitation in concatenate (numpy#29231)
* BUG: Enforce integer limitation in concatenate
Concatenate internals only deal with integer many arrays, that
should be fine in practice, but a SystemError (or in principle
maybe also a harder crash?) is not really.
* skip 32bit systems
0 commit comments