[New-bugs-announce] [issue17636] Modify IMPORT_FROM to fallback on sys.modules

Brett Cannon report at bugs.python.org
Fri Apr 5 03:15:02 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue17636>
_______________________________________


More information about the New-bugs-announce mailing list