[Python-bugs-list] [ python-Bugs-812461 ] fsync and fdatasync
should be check for separately
SourceForge.net
noreply at sourceforge.net
Thu Sep 25 10:47:18 EDT 2003
Bugs item #812461, was opened at 2003-09-25 09:06
Message generated for change (Comment added) made by montanaro
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=812461&group_id=5470
Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Geoffrey Mainland (mainland)
Assigned to: Nobody/Anonymous (nobody)
Summary: fsync and fdatasync should be check for separately
Initial Comment:
Some platforms, in particular FreeBSD, have fsync but
not fdatasync. However, the configure script only
checks for fdatasync, and if it does not exists,
neither os.fsync not os.fdatasync are available form
the os module.
----------------------------------------------------------------------
>Comment By: Skip Montanaro (montanaro)
Date: 2003-09-25 09:47
Message:
Logged In: YES
user_id=44345
Current CVS does have separate checks, though the fsync test
was messed up (HAVE_SYNC was defined instead of
HAVE_FSYNC). See bug 812007.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=812461&group_id=5470
More information about the Python-bugs-list
mailing list