Skip to content

BUG: Ensure __array_ufunc__ works without any kwargs passed#24039

Merged
charris merged 1 commit intonumpy:maintenance/1.25.xfrom
charris:backport-24031
Jun 24, 2023
Merged

BUG: Ensure __array_ufunc__ works without any kwargs passed#24039
charris merged 1 commit intonumpy:maintenance/1.25.xfrom
charris:backport-24031

Conversation

@charris
Copy link
Member

@charris charris commented Jun 24, 2023

Backport of #24031.

This doesn't happen in practice unless the function is manually called, and even then probably never because users should be passing **kwargs ensuring there is a dict passed...

This doesn't happen in practice unless the function is manually
called, and even then probably never because users should be
passing `**kwargs` ensuring there is a dict passed...
@charris charris added 00 - Bug 08 - Backport Used to tag backport PRs labels Jun 24, 2023
@charris charris added this to the 1.25.1 release milestone Jun 24, 2023
@charris charris merged commit 7560366 into numpy:maintenance/1.25.x Jun 24, 2023
@charris charris deleted the backport-24031 branch June 24, 2023 22:13
@charris
Copy link
Member Author

charris commented Jun 24, 2023

The test failure is unrelated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

00 - Bug 08 - Backport Used to tag backport PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants