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
It turns out you can only set __module__ attributes on Cython heap types, see numpy#27891. NumPy would like to set the __module__ attribute on the cython-generated np.random classes, and the code here could solve that.