This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cool-RR
Recipients brett.cannon, brian.curtin, cool-RR
Date 2011-07-18.21:52:19
SpamBayes Score 0.008791663
Marked as misclassified No
Message-id <1311025940.53.0.521407582517.issue12583@psf.upfronthosting.co.za>
In-reply-to
Content
What's the problem with detecting circular imports? Mind you that we only need a post-mortem analysis to check why the import failed; so after the import failed, we could check whether our import stack has a loop in it.

I'm not familiar with the ImportWarning regarding `__init__.py`. Is this written about anywhere?
History
Date User Action Args
2011-07-18 21:52:20cool-RRsetrecipients: + cool-RR, brett.cannon, brian.curtin
2011-07-18 21:52:20cool-RRsetmessageid: <1311025940.53.0.521407582517.issue12583@psf.upfronthosting.co.za>
2011-07-18 21:52:19cool-RRlinkissue12583 messages
2011-07-18 21:52:19cool-RRcreate