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: Remove logical object ufuncs with bool output #19657

Merged
merged 1 commit into from
Aug 12, 2021

Commits on Aug 12, 2021

  1. BUG: Remove logical object ufuncs with bool output

    While this makes sense, the implementation here does not actually
    work.  It is very difficult to actually reach it, but if reached
    it just crashes the process, so remove it.
    
    (I am not actually sure why the input needs to be object already
    here, that seems to be an issue with the current dispatcher/promotion
    special casing object a bit oddly.)
    seberg authored and charris committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    b11da34 View commit details
    Browse the repository at this point in the history