mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -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.