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, ezio.melotti, francismb, koobs, larry, pitrou, puppet
Date 2014-08-05.00:09:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407197385.94.0.131847192406.issue19838@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a simple C test case for the same behavior.  On my Linux machine this prints "This is insane!" on a ZFS partition and "Everything is okay" on an ext4 partition.

The test case won't work unmodified on FreeBSD.  Try commenting out the call to "utimensat", and uncommenting the call to "utimes".  I don't guarantee that's sufficient.

If nothing else, we can be certain it's not a Python bug.
History
Date User Action Args
2014-08-05 00:09:45larrysetrecipients: + larry, pitrou, ezio.melotti, Claudiu.Popa, francismb, koobs, puppet
2014-08-05 00:09:45larrysetmessageid: <1407197385.94.0.131847192406.issue19838@psf.upfronthosting.co.za>
2014-08-05 00:09:45larrylinkissue19838 messages
2014-08-05 00:09:45larrycreate