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

Add necessary noexcept for more recent cython #615

Merged
merged 4 commits into from
Feb 24, 2025

Conversation

cvanelteren
Copy link
Contributor

No description provided.

@molinav molinav changed the title add necessary noexcept for more recent cython Add necessary noexcept for more recent cython Feb 24, 2025
The `noexcept` syntax was first included in Cython 3.0, and it was
backported only from Cython 0.29.31 onwards.
Since the code is migrated to use `noexcept`, this Cython directive
is no longer needed.
@molinav
Copy link
Member

molinav commented Feb 24, 2025

Thanks, @cvanelteren! I also added a couple of changes that are related to the new syntax.

@molinav molinav merged commit 0bf73ec into matplotlib:develop Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants