Skip to content

bpo-45183: don't raise an exception when calling zipimport.zipimporter.find_spec() when the zip file is missing and the internal cache has been reset#28435

Merged
brettcannon merged 2 commits into
mainfrom
zipimport-find_spec-no-zip
Sep 17, 2021
Merged

bpo-45183: don't raise an exception when calling zipimport.zipimporter.find_spec() when the zip file is missing and the internal cache has been reset#28435
brettcannon merged 2 commits into
mainfrom
zipimport-find_spec-no-zip

Conversation

@brettcannon

@brettcannon brettcannon commented Sep 17, 2021

Copy link
Copy Markdown
Member

This can occur when the zip file gets deleted, you call zipimport.zipimporter.invalidate_cache(), and then try to use zipimport.zipimporter.find_spec() (i.e. you left the zip file path on sys.path).

https://bugs.python.org/issue45183

Automerge-Triggered-By: GH:brettcannon

…) when a zip file is missing and the internal cache has been reset
@brettcannon brettcannon changed the title bpo-45183: don't raise an exception when calling zipimport.find_spec() when a zip file is missing and the internal cache has been reset bpo-45183: don't raise an exception when calling zipimport.find_spec() when the zip file is missing and the internal cache has been reset Sep 17, 2021
@brettcannon brettcannon changed the title bpo-45183: don't raise an exception when calling zipimport.find_spec() when the zip file is missing and the internal cache has been reset bpo-45183: don't raise an exception when calling zipimport.zipimporter.find_spec() when the zip file is missing and the internal cache has been reset Sep 17, 2021
@brettcannon
brettcannon merged commit 209b703 into main Sep 17, 2021
@brettcannon
brettcannon deleted the zipimport-find_spec-no-zip branch September 17, 2021 23:48
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @brettcannon for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@bedevere-bot

Copy link
Copy Markdown

GH-28437 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Sep 17, 2021
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 17, 2021
…r.find_spec() when the zip file is missing and the internal cache has been reset (pythonGH-28435)

This can occur when the zip file gets deleted, you call zipimport.zipimporter.invalidate_cache(), and then try to use zipimport.zipimporter.find_spec() (i.e. you left the zip file path on sys.path).
(cherry picked from commit 209b703)

Co-authored-by: Brett Cannon <brett@python.org>
brettcannon added a commit to brettcannon/cpython that referenced this pull request Sep 18, 2021
…importer.find_spec() when the zip file is missing and the internal cache has been reset (pythonGH-28435)

This can occur when the zip file gets deleted, you call zipimport.zipimporter.invalidate_cache(), and then try to use zipimport.zipimporter.find_spec() (i.e. you left the zip file path on sys.path).
(cherry picked from commit 209b703)

Co-authored-by: Brett Cannon <brett@python.org>
brettcannon added a commit that referenced this pull request Sep 18, 2021
…importer.find_spec() when the zip file is missing and the internal cache has been reset (GH-28435) (#28438)

This can occur when the zip file gets deleted, you call zipimport.zipimporter.invalidate_cache(), and then try to use zipimport.zipimporter.find_spec() (i.e. you left the zip file path on sys.path).
(cherry picked from commit 209b703)

Co-authored-by: Brett Cannon <brett@python.org>
niyas-sait pushed a commit to niyas-sait/cpython that referenced this pull request Sep 21, 2021
…r.find_spec() when the zip file is missing and the internal cache has been reset (pythonGH-28435)

This can occur when the zip file gets deleted, you call zipimport.zipimporter.invalidate_cache(), and then try to use zipimport.zipimporter.find_spec() (i.e. you left the zip file path on sys.path).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants