-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PathFinder.invalidate_caches should include MetadataPathFinder.invalidate_caches #116811
Comments
|
jaraco
added a commit
that referenced
this issue
Mar 14, 2024
…hen delegated through PathFinder. (#116812) * Make MetadataPathFinder a proper classmethod. * In PathFinder.invalidate_caches, also invoke MetadataPathFinder.invalidate_caches. * Add blurb
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Mar 15, 2024
…s reachable when delegated through PathFinder. (pythonGH-116812) * Make MetadataPathFinder a proper classmethod. * In PathFinder.invalidate_caches, also invoke MetadataPathFinder.invalidate_caches. * Add blurb (cherry picked from commit 5f52d20) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
jaraco
added a commit
to jaraco/cpython
that referenced
this issue
Mar 15, 2024
…s reachable when delegated through PathFinder. (pythonGH-116812) * Make MetadataPathFinder a proper classmethod. * In PathFinder.invalidate_caches, also invoke MetadataPathFinder.invalidate_caches. * Add blurb (cherry picked from commit 5f52d20) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Closing as the PRs have been merged and backported. Please let us know if there's still more to do. Thanks! |
vstinner
pushed a commit
to vstinner/cpython
that referenced
this issue
Mar 20, 2024
…able when delegated through PathFinder. (python#116812) * Make MetadataPathFinder a proper classmethod. * In PathFinder.invalidate_caches, also invoke MetadataPathFinder.invalidate_caches. * Add blurb
adorilson
pushed a commit
to adorilson/cpython
that referenced
this issue
Mar 25, 2024
…able when delegated through PathFinder. (python#116812) * Make MetadataPathFinder a proper classmethod. * In PathFinder.invalidate_caches, also invoke MetadataPathFinder.invalidate_caches. * Add blurb
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this issue
Apr 17, 2024
…able when delegated through PathFinder. (python#116812) * Make MetadataPathFinder a proper classmethod. * In PathFinder.invalidate_caches, also invoke MetadataPathFinder.invalidate_caches. * Add blurb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MetadataPathFinder.invalidate_caches
should 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
The text was updated successfully, but these errors were encountered: