Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Declare the function as noexcept when it is not raising exception. #27

Merged
merged 2 commits into from
Mar 21, 2023

Conversation

matusvalo
Copy link
Contributor

Cython 3 will require noexcept keyword in the declaraction of the function not raising
an exceptions. See https://cython.readthedocs.io/en/latest/src/userguide/migrating_to_cy30.html#exception-values-and-noexcept

Fixes #26

Cython 3 will require noexcept keyword in the declaraction of the function not raising
an exceptions.
@jborean93
Copy link
Owner

Thanks for the fix here!

@jborean93 jborean93 merged commit 289feae into jborean93:main Mar 21, 2023
@matusvalo matusvalo deleted the noexcept branch March 21, 2023 06:32
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build failures with Cython 3.0.0b1
2 participants