Larry Hastings added the comment:

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.

----------
Added file: http://bugs.python.org/file36262/c_test_case_for_issue_19838.c

_______________________________________
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