This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sdaoden
Recipients nadeem.vawda, neologix, pitrou, ronaldoussoren, santoso.wijaya, sdaoden, vstinner
Date 2011-05-12.20:39:10
SpamBayes Score 0.0001195107
Marked as misclassified No
Message-id <20110512203900.GA85022@sherwood.local>
In-reply-to <BANLkTikjJbCnh9gVzEKpfZ4LjM8F0ZLhzA@mail.gmail.com>
Content
[.]
> OSError: [Errno 22] Invalid argument

Sorry, i didn't know that.  Mac OS X (2.5 and 2.6 Apple shipped):

21:43 ~/tmp $ python2.5 -c 'import os; os.fsync(1)'; echo $?
0
21:43 ~/tmp $ python2.6 -c 'import os; os.fsync(1)'; echo $?
0
21:43 ~/tmp $ python2.7 -c 'import os; os.fsync(1)'; echo $?
0
21:43 ~/tmp $ python3 -c 'import os; os.fsync(1)'; echo $?
0
History
Date User Action Args
2011-05-12 20:39:10sdaodensetrecipients: + sdaoden, ronaldoussoren, pitrou, vstinner, nadeem.vawda, neologix, santoso.wijaya
2011-05-12 20:39:10sdaodenlinkissue11877 messages
2011-05-12 20:39:10sdaodencreate