[issue14592] old-style (level=-1) importing broken after importlib changes

Stefan Behnel report at bugs.python.org
Tue Apr 17 07:31:57 CEST 2012


Stefan Behnel <scoder at users.sourceforge.net> added the comment:

Hmm, interesting - it stripped the command from my e-mail. I was doing this:

>>> __import__("sys", level=1)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
SystemError: error return without exception set

----------

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


More information about the Python-bugs-list mailing list