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
MetadataPathFinder.invalidate_caches should be called from PathFinder.invalidate_caches, as that will match the behavior that would happen if MetadataPathFinder were on sys.meta_path.
MetadataPathFinder.invalidate_cachesshould be called fromPathFinder.invalidate_caches, as that will match the behavior that would happen if MetadataPathFinder were onsys.meta_path.Originally posted by @jaraco in #116763 (comment)
Linked PRs