Skip to content
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

BUG: Raise recursion error during dimension discovery #17786

Merged
merged 1 commit into from Dec 18, 2020

Commits on Dec 17, 2020

  1. BUG: Raise recursion and memory error during dimension discovery

    This mitigates numpygh-17785 on the 1.19.x branch. Note that the actual
    problem seems to have more layers, so that the bad code will still
    cause crashes on certain systems or call contexts (I am not sure).
    
    Pre 1.19.x did not check for `__array__` in the dimension discovery
    code, so was unaffected by the issue in numpygh-17785.
    seberg committed Dec 17, 2020
    Copy the full SHA
    6f9223c View commit details
    Browse the repository at this point in the history