Merge
diff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py
index 4eab318..1e6a05a 100644
--- a/Lib/importlib/_bootstrap.py
+++ b/Lib/importlib/_bootstrap.py
@@ -1151,12 +1151,7 @@
 
 
 def _install(sys_module, _imp_module):
-    """Install importlib as the implementation of import.
-
-    It is assumed that _imp and sys have been imported and injected into the
-    global namespace for the module prior to calling this function.
-
-    """
+    """Install importlib as the implementation of import."""
     _setup(sys_module, _imp_module)
     extensions = ExtensionFileLoader, _imp_module.extension_suffixes(), False
     source = SourceFileLoader, _SOURCE_SUFFIXES, True
diff --git a/Python/importlib.h b/Python/importlib.h
index 9c531f0..292308f 100644
--- a/Python/importlib.h
+++ b/Python/importlib.h
Binary files differ