[issue30024] Treat `import a.b.c as m` as `m = sys.modules['a.b.c']`

Serhiy Storchaka report at bugs.python.org
Tue May 9 15:31:07 EDT 2017


Serhiy Storchaka added the comment:


New changeset f93234bb8a87855f295d441524e519481ce6ab13 by Serhiy Storchaka in branch 'master':
bpo-30024: Circular imports involving absolute imports with binding (#1264)
https://github.com/python/cpython/commit/f93234bb8a87855f295d441524e519481ce6ab13


----------

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


More information about the Python-bugs-list mailing list