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: fix segfault in object/longdouble operations #18769

Merged
merged 2 commits into from Apr 13, 2021

Conversation

charris
Copy link
Member

@charris charris commented Apr 13, 2021

Backport of #18691.

The operation None*np.longdouble(3) was causing infinite recursion as it
searched for the appropriate conversion method. This resolves that, both
for general operations and for remainders specifically (they fail in a
subtly different way).

Closes #18548

The operation None*np.longdouble(3) was causing infinite recursion as it
searched for the appropriate conversion method. This resolves that, both
for general operations and for remainders specifically (they fail in a
subtly different way).

Closes numpy#18548
@charris charris added this to the 1.20.3 release milestone Apr 13, 2021
@charris charris merged commit 586c2e7 into numpy:maintenance/1.20.x Apr 13, 2021
@charris charris deleted the backport-18691 branch April 17, 2021 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants