8000 gh-103200: Fix performance issues with `zipimport.invalidate_caches()` by desmondcheongzx · Pull Request #103208 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-103200: Fix performance issues with zipimport.invalidate_caches() #103208

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

Merged
Merged
Prev Previous commit
Next Next commit
📜🤖 Added by blurb_it.
  • Loading branch information
blurb-it[bot] authored Apr 3, 2023
commit 3be0af8504f20b93bc1d5552391cb84deef14fb3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix cache repopulation semantics of zipimport.invalidate_caches(). The cache is now repopulated upon retrieving files with an invalid cache, not when the cache is invalidated.
0