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 brett.cannon
Recipients brett.cannon, brian.curtin, cool-RR, eric.araujo
Date 2011-07-19.18:21:17
SpamBayes Score 2.8268175e-08
Marked as misclassified No
Message-id <1311099678.56.0.27484033667.issue12583@psf.upfronthosting.co.za>
In-reply-to
Content
Doing a stack walk to try to determine if an import failure was from a circular import would be costly, a little complicated (since you cannot simply look at import statements but also various kinds of functions that can do an equivalent job of importing) and probably not worth it.

As for ImportWarning, it's at least mentioned in the exception hierarchy and the warnings docs.
History
Date User Action Args
2011-07-19 18:21:18brett.cannonsetrecipients: + brett.cannon, eric.araujo, brian.curtin, cool-RR
2011-07-19 18:21:18brett.cannonsetmessageid: <1311099678.56.0.27484033667.issue12583@psf.upfronthosting.co.za>
2011-07-19 18:21:18brett.cannonlinkissue12583 messages
2011-07-19 18:21:17brett.cannoncreate