Message154486
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. |
|
Date |
User |
Action |
Args |
2012-02-27 16:18:29 | brett.cannon | set | recipients:
+ brett.cannon, ncoghlan, pitrou, eric.snow, Jim.Jewett |
2012-02-27 16:18:29 | brett.cannon | set | messageid: <1330359509.03.0.891021116742.issue14067@psf.upfronthosting.co.za> |
2012-02-27 16:18:24 | brett.cannon | link | issue14067 messages |
2012-02-27 16:18:24 | brett.cannon | create | |
|