[issue23412] importlib sometimes fails to import a recently created module

SilentGhost report at bugs.python.org
Sun Feb 8 17:03:43 CET 2015


SilentGhost added the comment:

Looks like some sort of race condition. Sleeping for a second before import_module seem to solve the problem.

----------
components: +Interpreter Core
nosy: +SilentGhost, brett.cannon, eric.snow, ncoghlan

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23412>
_______________________________________


More information about the Python-bugs-list mailing list