STINNER Victor <vstin...@python.org> added the comment:

Next question: does the issue come from the glibc or the filesystem? Attached 
mtime.c should ease debug. If you reproduce the issue, please test different 
filesystem and report which filesystems you tested.

To detect the filesystem used by a directory, I'm using df to find the mount 
point (ex: "/home") and then mount to get the filesystem:

$ df .
Filesystem      Size  Used Avail Use% Mounted on
/dev/nvme0n1p3  461G  368G   93G  80% /home

$ mount|grep /home
/dev/nvme0n1p3 on /home type btrfs 
(rw,relatime,seclabel,ssd,space_cache,subvolid=258,subvol=/home)

=> btrfs here

----------

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

Reply via email to