[issue15481] Add exec_module() as part of the import loader API

2012-07-30 Thread Eric Snow
Eric Snow added the comment: This isn't going to be worth it. -- resolution: -> rejected status: open -> closed ___ Python tracker ___ __

[issue15481] Add exec_module() as part of the import loader API

2012-07-28 Thread Eric Snow
New submission from Eric Snow: issue15110 introduced a new private function, _exec_module(), to the default loaders in Lib/importlib/_bootstrap.py. Doing so helped hide importlib frames from the traceback. A related fix is likely required for issue15425. Should some general form of exec_modu