Larry Hastings added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19838>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to