mirror of
https://github.com/python/cpython.git
synced 2026-08-09 11:38:39 +08:00
importlib.machinery.FileFinder when the directory has become unreadable or a file. This brings semantics in line with Python 3.2 import. Reported and diagnosed by David Pritchard.