mirror of
https://github.com/python/cpython.git
synced 2026-05-11 07:00:24 -04:00
a9976b3e32
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.