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 pitrou
Recipients Arfrever, larry, pitrou, skrah, trent
Date 2012-10-17.09:55:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350467647.3398.1.camel@localhost.localdomain>
In-reply-to <1350467370.14.0.180846505886.issue15745@psf.upfronthosting.co.za>
Content
> I don't know POSIX / UNIX all that well.  Does it require that a stat
> call updates atime?  Because that's one of those "how does it ever
> work" head-scratchers.  (Maybe everybody always disables atime these
> days?  I don't think I do.)

I think most Linux distributions disable it for you; or, rather, they
use the "relatime" mount option which is a smart cheat:

relatime
    Update  inode  access  times  relative  to  modify  or change time.
    Access time is only updated if the previous access time was earlier
    than  the  current  modify or change time. (Similar to noatime, but
    doesn't break mutt or other applications that need  to  know  if  a
    file has been read since the last time it was modified.)
History
Date User Action Args
2012-10-17 09:55:56pitrousetrecipients: + pitrou, larry, trent, Arfrever, skrah
2012-10-17 09:55:56pitroulinkissue15745 messages
2012-10-17 09:55:56pitroucreate