Fix importlib.machinery.PathFinder.find_module() to essentially skip over None
entries in sys.path_importer_cache. While this differs from semantics in how __import__ works, it prevents any implicit semantics from taking hold with users.
B
Brett Cannon committed
8593a7568817bf36039460e34826822bec9c3904
Parent: 0e31454