mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
a3687f0d68
handle providing (and cleaning up if needed) the module to be loaded. A future commit will use the context manager in Lib/importlib/_bootstrap.py and thus why the code is placed there instead of in Lib/importlib/util.py.