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

MAINT: Add missing noexcept to shuffle helpers #25115

Merged
merged 1 commit into from Nov 11, 2023

Conversation

charris
Copy link
Member

@charris charris commented Nov 11, 2023

Backport of #25032.

These shouldn't fail and should work without the GIL, but as cython points out (now), this doesn't work in practice, because without the noexcept, cython will grab the GIL to check for errors every time.

These shouldn't fail and should work without the GIL, but as cython
points out (now), this doesn't work in practice, because without
the `noexcept`, cython will grab the GIL to check for errors every
time.
@charris charris added 03 - Maintenance 08 - Backport Used to tag backport PRs labels Nov 11, 2023
@charris charris added this to the 1.26.2 release milestone Nov 11, 2023
@charris charris merged commit ea72d88 into numpy:maintenance/1.26.x Nov 11, 2023
51 checks passed
@charris charris deleted the backport-25032 branch November 11, 2023 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
03 - Maintenance 08 - Backport Used to tag backport PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants