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: Do not crash on recursive .dtype attribute lookup. #13982

Closed
wants to merge 1 commit into from

Commits on Jul 14, 2019

  1. BUG: Do not crash on recursive .dtype attribute lookup.

    The code path in scalarapi.c which checks dtype on one inheriting
    from np.void is especially awkward and was completely untested
    previously. So I am not sure we should even support it at all.
    
    Closes numpygh-12982, numpygh-3614, and numpygh-12751
    seberg authored and charris committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    458b168 View commit details
    Browse the repository at this point in the history