cpython: 11f2f4af1979 (original) (raw)

--- a/Lib/importlib/_bootstrap.py +++ b/Lib/importlib/_bootstrap.py @@ -1406,16 +1406,15 @@ class FileFinder: # Check if the module is the name of a directory (and thus a package). if cache_module in cache: base_path = _path_join(self.path, tail_module)

--- a/Python/importlib.h +++ b/Python/importlib.h @@ -2880,786 +2880,785 @@ const unsigned char _Py_M__importlib[] = 0,0,0,0,2,117,28,0,0,0,70,105,108,101,70,105, 110,100,101,114,46,105,110,118,97,108,105,100,97,116,101,95, 99,97,99,104,101,115,99,2,0,0,0,0,0,0,0,12,

};