mirror of
https://github.com/python/cpython.git
synced 2026-06-26 12:54:12 -04:00
84b8e40fd7
find_module() now raises a RuntimeError, instead of ImportError, on an error on sys.path or sys.meta_path because load_package() and import_submodule() returns None and clear the exception if a ImportError occurred.