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 brett.cannon, eric.snow, gregory.p.smith, ncoghlan, python-dev, serhiy.storchaka, stutzbach
Date 2014-01-25.04:51:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390625500.48.0.490464238684.issue19081@psf.upfronthosting.co.za>
In-reply-to
Content
I dunno Brett - have you read the extension module import code and the zipimport code lately? I don't think I'll be willing to claim to fully understand even the default importers until we've rewritten those as PEP 451 compliant Python code with a couple of essential C level helper functions, just like the rest of the import system :)

As far as this particular issue goes, removing the extra level of caching sounds like a good idea, and http://bugs.python.org/file33614/issue19081-subimport-fix-gps02.diff looks right to me.
History
Date User Action Args
2014-01-25 04:51:40ncoghlansetrecipients: + ncoghlan, brett.cannon, gregory.p.smith, stutzbach, python-dev, eric.snow, serhiy.storchaka
2014-01-25 04:51:40ncoghlansetmessageid: <1390625500.48.0.490464238684.issue19081@psf.upfronthosting.co.za>
2014-01-25 04:51:40ncoghlanlinkissue19081 messages
2014-01-25 04:51:39ncoghlancreate