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, cool-RR, r.david.murray, yselivanov
Date 2014-02-03.18:32:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391452339.63.0.69728675487.issue20490@psf.upfronthosting.co.za>
In-reply-to
Content
It's not as simple as it sounds because failures from "from ... import ..." are triggered in the eval loop and not in import and without thinking it through I don't know if you could use the fine-grained import locks to inspect if something is in the middle of being imported or not that way.
History
Date User Action Args
2014-02-03 18:32:19brett.cannonsetrecipients: + brett.cannon, r.david.murray, cool-RR, yselivanov
2014-02-03 18:32:19brett.cannonsetmessageid: <1391452339.63.0.69728675487.issue20490@psf.upfronthosting.co.za>
2014-02-03 18:32:19brett.cannonlinkissue20490 messages
2014-02-03 18:32:19brett.cannoncreate