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

SourceForge.net noreply at sourceforge.net
Sat Sep 27 01:39:53 EDT 2003


Bugs item #813348, was opened at 2003-09-27 09:44
Message generated for change (Comment added) made by anthonybaxter
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: Closed
>Resolution: Fixed
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. 

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

>Comment By: Anthony Baxter (anthonybaxter)
Date: 2003-09-27 15:39

Message:
Logged In: YES 
user_id=29957

This is fixed in CVS on both the trunk and the release23-maint

branch, and will be in Python 2.3.2.



Thanks for the bug report!



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

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