-
-
Notifications
You must be signed in to change notification settings - Fork 11k
BUG: np.void(b'test') enters recursion loop in repr #9345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
wrong issue, sorry |
Any progress on this? It seems like a serious regression |
This issue is causing a |
I think some serious thought needs to go into which code has the job of printing arrays and scalars. We're in this mess because:
Of course, this gives a potential for co-recursion. |
Regression in #8983, perhaps. @ahaldane?
The text was updated successfully, but these errors were encountered: