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: Mismatched allocation domains in PyArray_FillWithScalar (numpy#26849)
When `PyArray_FillWithScalar` needs to heap-allocate a buffer, the
deallocating function does not use the same domain as the allocating
function.
Such API violations are detected when debug hooks are enabled.
0 commit comments