[issue29194] importlib reload fails for module supplied as argument to command line

R. David Murray report at bugs.python.org
Sat Jan 7 07:19:35 EST 2017


R. David Murray added the comment:

I don't think reloading __main__ is something we have any desire to support, but there may be something in this error sequence worth thinking about anyway...the error message isn't very clear as to what went wrong, even with the traceback.

What is your use case for reloading __main__?

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list