[Python-bugs-list] [ python-Bugs-812461 ] fsync and fdatasync
should be check for separately
SourceForge.net
noreply at sourceforge.net
Thu Sep 25 10:06:19 EDT 2003
Bugs item #812461, was opened at 2003-09-25 14:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
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.
----------------------------------------------------------------------
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