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 Jim.Jewett, brett.cannon, eric.snow, ncoghlan, pitrou
Date 2012-02-27.16:18:24
SpamBayes Score 4.710673e-10
Marked as misclassified No
Message-id <1330359509.03.0.891021116742.issue14067@psf.upfronthosting.co.za>
In-reply-to
Content
Well, we already have a delay in detecting new files in importlib as the directory mtime check already adds a delay of the granularity of the mtime value for a directory. So if you manage to mutate a directory, import, write a file, and then import again all within the mtime of a directory, you will miss the new file (which has already triggered sporadic failures in various tests because they were not blowing out importlib's cache). IOW there is already a freshness problem that if we don't have importlib will never get bootstrapped because people will complain about performance too much.
History
Date User Action Args
2012-02-27 16:18:29brett.cannonsetrecipients: + brett.cannon, ncoghlan, pitrou, eric.snow, Jim.Jewett
2012-02-27 16:18:29brett.cannonsetmessageid: <1330359509.03.0.891021116742.issue14067@psf.upfronthosting.co.za>
2012-02-27 16:18:24brett.cannonlinkissue14067 messages
2012-02-27 16:18:24brett.cannoncreate