Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from
is modified during the lifetime of the Python process after zipimport has already cached the zip's table of contents we detect this and recover rather than read bad data from the .zip (causing odd import errors).
G
Gregory P. Smith committed
2bcbc141173e5cd2ed36693a71bed8d5a1a54dd4
Parent: a21acb5