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, pitrou
Date 2012-02-17.20:28:57
SpamBayes Score 0.00015824089
Marked as misclassified No
Message-id <1329510538.35.0.801977909386.issue14043@psf.upfronthosting.co.za>
In-reply-to
Content
And while I'm thinking about it, the hybrid caching approach of caching just the directory contents to start and then caching full details on successful searches (and failures) would also let you cache the full file path as the strings will be interned and used again by the loaders for setting __file__.
History
Date User Action Args
2012-02-17 20:28:58brett.cannonsetrecipients: + brett.cannon, pitrou
2012-02-17 20:28:58brett.cannonsetmessageid: <1329510538.35.0.801977909386.issue14043@psf.upfronthosting.co.za>
2012-02-17 20:28:57brett.cannonlinkissue14043 messages
2012-02-17 20:28:57brett.cannoncreate