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
feat: add support for submodules (including recursive submodules) in pybind_extensions
Also changes approach in import shim from regexporting all non-private symbols under new namespace to direct inserting of the original modules under proper names in runtime.
Also add some extra testing, such as relative import testing.
0 commit comments