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
Store load member function pointer in typeinfo for module-local types
Simplifies the storage in the python type slightly by just storing the
type_info pointer in a capsule (rather than a tuple/pair of capsules).
This also avoids the need for an intermediate function to call the
member function: the member function pointer can't be stored in a `void
*` (and thus not a capsule), but it *can* be stored in the `type_info`.
0 commit comments