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 vstinner
Recipients David.Edelsohn, Dormouse759, hroncok, vstinner
Date 2020-01-29.11:00:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580295654.76.0.952067119862.issue39460@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-01-29 11:00:54vstinnersetrecipients: + vstinner, David.Edelsohn, hroncok, Dormouse759
2020-01-29 11:00:54vstinnersetmessageid: <1580295654.76.0.952067119862.issue39460@roundup.psfhosted.org>
2020-01-29 11:00:54vstinnerlinkissue39460 messages
2020-01-29 11:00:54vstinnercreate