You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just realized that after the introduction of std::shared_ptr for handling objects underlying extension classes, autowrap is unusable for C-only code.
Not sure if that is already documented somewhere.
I just realized that after the introduction of std::shared_ptr for handling objects underlying extension classes, autowrap is unusable for C-only code.
Not sure if that is already documented somewhere.
Maybe having an own ownership management would circumvent this limitation:
https://cython.readthedocs.io/en/latest/src/userguide/extension_types.html#instantiation-from-existing-c-c-pointers
The text was updated successfully, but these errors were encountered: