mirror of
https://github.com/python/cpython.git
synced 2026-06-16 08:01:57 -04:00
1619132e5d
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.