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
Python supports a module destructor via tp_dealloc... I can't seem to figure out how to hook that in pybind11. I tried the most obvious thing I could think of (subclass module), and that doesn't work. I'm sure it's supported, right?