[issue33547] Relative imports do not replace local variables

Nick Coghlan report at bugs.python.org
Thu May 17 08:01:54 EDT 2018


Nick Coghlan <ncoghlan at gmail.com> added the comment:

As David notes, the issue in the example is the fact that you're setting "__main__.a", so "a.py" never gets imported as a module - it gets a hit on the parent module attribute, and hence stops there.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33547>
_______________________________________


More information about the Python-bugs-list mailing list