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
The _deepcopy_call function in numpy/core/src/multiarray/methods.c may encounter an error but it is not handled nor checked for after the call. Suggest making _deepcopy_call return an int error flag and check that.