[Python-bugs-list] [ python-Bugs-813348 ] wrong fsync() test

SourceForge.net noreply at sourceforge.net
Fri Sep 26 19:44:15 EDT 2003


Bugs item #813348, was opened at 2003-09-27 01:44
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=813348&group_id=5470

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Arkadiusz Miskiewicz (arekm)
Assigned to: Nobody/Anonymous (nobody)
Summary: wrong fsync() test

Initial Comment:
configure.in checks for fsync() and defines HAVE_SYNC 
but only HAVE_FSYNC is used all arount the source. 
There is no HAVE_SYNC checks there. Bug exists on 
head and 2.3 banch. 
 
Fix is to s/HAVE_SYNC/HAVE_FSYNC/ configure.in. 
 
Also it would be good to have some simple fsync test. 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=813348&group_id=5470



More information about the Python-bugs-list mailing list