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
Historically, this always returned np.uintp - we should continue to do so, even though other pointer types have never been supported
Fixesnumpygh-12416
Regression introduced in #12380
In 1.15.4
After:
It's not clear to me if returning
uint64
is the right thing to do, but it's definitely better than producing an AttributeError.The text was updated successfully, but these errors were encountered: