mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
Added an invalidate_caches() method to the zipimport.zipimporter class based on the implementation of importlib.FileFinder.invalidate_caches(). This was done by adding a get_files() method and an _archive_mtime attribute to zipimport.zipimporter to check for updates or cache invalidation whenever the cache of files and toc entry information in the zipimporter is accessed.
Miscellaneous source files for the main Python shared library