Brett Cannon added the comment:

It can't. The AttributeError is in the executing module code, not import itself 
so there is no reasonable way to tell that the failure was because of a 
circular loop in the import and not simply because you tried to get at an 
attribute that doesn't exist for some other reason.

----------
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18145>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to