[issue19838] test.test_pathlib.PosixPathTest.test_touch_common fails on FreeBSD with ZFS

Daniel Eriksson report at bugs.python.org
Mon Aug 4 07:57:09 CEST 2014


Daniel Eriksson added the comment:

@Larry - we did that yesterday and on the FreeBSD-machine the regular utimes was used and not utimensat.
utimensat is not available on FreeBSD 10 so it fall backs to regular utimes to be used in os.utime.
But when a file is created it is the file system that sets the utime, so it will have nanoseconds.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19838>
_______________________________________


More information about the Python-bugs-list mailing list