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 ncoghlan
Recipients Arfrever, brett.cannon, eric.snow, ncoghlan
Date 2013-12-27.14:14:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388153649.01.0.216906008434.issue19944@psf.upfronthosting.co.za>
In-reply-to
Content
The "simple" patch actually looks like a good way to end up with find_spec specific bugs because it diverges from the more thoroughly tested main import path (e.g. it looks to me like it doesn't release the import lock properly)

So the _FoundSpec version actually looks better to me, because it keeps find_spec more inline with actual imports.
History
Date User Action Args
2013-12-27 14:14:09ncoghlansetrecipients: + ncoghlan, brett.cannon, Arfrever, eric.snow
2013-12-27 14:14:09ncoghlansetmessageid: <1388153649.01.0.216906008434.issue19944@psf.upfronthosting.co.za>
2013-12-27 14:14:08ncoghlanlinkissue19944 messages
2013-12-27 14:14:08ncoghlancreate