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 exception class declarations #191

Merged
merged 1 commit into from
Dec 8, 2024
Merged

Conversation

aragilar
Copy link
Collaborator

@aragilar aragilar commented Dec 8, 2024

Newer versions of cython complains if exception class declarations are not the same for ctypedef'd function pointers and cdef functions passed to such pointers.

Rebased version of #186.

Newer versions of cython complains if exception class declarations
are not the same for ctypedef'd function pointers and cdef functions
passed to such pointers.
@aragilar aragilar merged commit 5c9ff97 into bmcage:master Dec 8, 2024
25 of 32 checks passed
@aragilar aragilar deleted the exceptions_defs branch December 8, 2024 11:11
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