Nick Coghlan added the comment: The implementation of issue #17636 (making IMPORT_FROM fall back to sys.modules when appropriate) will make "import x.y" and "from x import y" equivalent for resolution purposes during import.
That covers off the subset of circular references that we want to allow, so I'm closing this one in favour of the more precisely defined proposal. ---------- resolution: -> duplicate status: open -> closed superseder: -> Modify IMPORT_FROM to fallback on sys.modules _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue992389> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com