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
Implementing find_spec() should be straightforward by relying on find_module() and importlib.util.spec_from_loader() (which exists in all versions of Python where importlib would call find_spec()).