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
An array of slot definitions for multi-phase initialization, terminated by
a {0,NULL} entry.
When using single-phase initialization, m_slots must be NULL.
Changed in version 3.5: Prior to version 3.5, this member was always set to NULL,
and was defined as:
Since Version 3.5 the member "m_reload" of the PyModuleDef changed to "m_slots". I think this is currently not the case for the Rust bindings.
The text was updated successfully, but these errors were encountered: