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.17:59:16
SpamBayes Score 0.0003712925
Marked as misclassified No
Message-id <1329501557.29.0.720554874085.issue14043@psf.upfronthosting.co.za>
In-reply-to
Content
Just to fill you in, the discussion centred on the idea of doing a listdir() of the directory the FileFinder was in charge of watching and caching that. Then, when it had to look up a file all it had to do was stat the directory to look for a change before it simply looked at a frozenset of directory contents. That does away with having to stat for every file type (directory, module, extension, etc.) and replaces it with one upfront listdir() and then a single directory stat per lookup.
History
Date User Action Args
2012-02-17 17:59:17brett.cannonsetrecipients: + brett.cannon, pitrou
2012-02-17 17:59:17brett.cannonsetmessageid: <1329501557.29.0.720554874085.issue14043@psf.upfronthosting.co.za>
2012-02-17 17:59:16brett.cannonlinkissue14043 messages
2012-02-17 17:59:16brett.cannoncreate