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
gh-151408: Re-register submodules in sys.modules on lazy re-import
When a submodule is removed from sys.modules but still cached on its
parent package, lazy import reification returned the stale module
without restoring sys.modules. Register the module again when import
or attribute lookup resolves a submodule whose __name__ matches.
0 commit comments