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
- The submodule detection for extension modules (aka native "C"
extensions) now runs only if the regular submodule detection didn't
run.
- Further, the submodule detection for extension modules runs only if
submodules are explicitly exposed via the "__all__" attribute. This is
is because it would otherwise be difficult or impossible to reliably
detect cycles and/or reexports of external modules.
0 commit comments