-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Improve the API/implementation for HPyCapsule_Destructor #377
Comments
@antocuni I started to work on that and now remember some details: Even if we introduce a macro like you suggested, the problem is that there are the functions
I can think of following solutions:
typedef struct {
PyCapsule base;
HPyCapsule_Destructor hpy_dtor;
} HPyCapsule; To be honest, I think we should just kill |
I just did a quick grep in the |
yes, kill it! |
this is best explained by this comment:
#308 (comment)
The text was updated successfully, but these errors were encountered: