New submission from Brett Cannon: To help with circular imports, IMPORT_FROM should be modified to check sys.modules if a getattr() check fails.
http://mail.python.org/pipermail/python-dev/2013-April/125123.html ---------- components: Interpreter Core messages: 186059 nosy: brett.cannon, pje priority: normal severity: normal stage: test needed status: open title: Modify IMPORT_FROM to fallback on sys.modules type: behavior versions: Python 3.4 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17636> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com