mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
e1bdecb6dc
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 209b7035f7)
Co-authored-by: Brett Cannon <brett@python.org>
Miscellaneous source files for the main Python shared library