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 Trundle, benjamin.peterson, brett.cannon, eric.araujo, eric.snow, ncoghlan, vstinner
Date 2012-02-22.22:10:40
SpamBayes Score 3.565456e-06
Marked as misclassified No
Message-id <1329948641.23.0.854518154594.issue2377@psf.upfronthosting.co.za>
In-reply-to
Content
Makes sense to me (your new proposal sounds pretty close to the sketch I posted on the mailing list).

It's really only the performance of in-function imports that concerned me and those are almost always going to get hits in sys.modules.
History
Date User Action Args
2012-02-22 22:10:41ncoghlansetrecipients: + ncoghlan, brett.cannon, vstinner, benjamin.peterson, eric.araujo, Trundle, eric.snow
2012-02-22 22:10:41ncoghlansetmessageid: <1329948641.23.0.854518154594.issue2377@psf.upfronthosting.co.za>
2012-02-22 22:10:40ncoghlanlinkissue2377 messages
2012-02-22 22:10:40ncoghlancreate