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 larry
Recipients Claudiu.Popa, koobs, larry, pitrou
Date 2014-07-26.15:08:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406387317.46.0.0549571446654.issue19838@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry to have such an awful configuration, but this approach won't fix the problem for me.

I use a Linux "encrypted home directory", which uses crazy loopback mount logic to create an on-the-fly decrypted representation of my home directory.  So my home directory is actually on an "ecryptfs" device:

    % df -T
    Filesystem            Type      Mounted on
    ...
    home                  zfs       /home
    /home/larry/.Private  ecryptfs  /home/larry

Maybe we could ignore deltas below a certain race-condition threshold?  Perhaps a millisecond?  I think there are already tests like that.
History
Date User Action Args
2014-07-26 15:08:37larrysetrecipients: + larry, pitrou, Claudiu.Popa, koobs
2014-07-26 15:08:37larrysetmessageid: <1406387317.46.0.0549571446654.issue19838@psf.upfronthosting.co.za>
2014-07-26 15:08:37larrylinkissue19838 messages
2014-07-26 15:08:37larrycreate