[pypy-commit] benchmarks default: just in case flush

fijal noreply at buildbot.pypy.org
Fri Oct 24 16:17:37 CEST 2014


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r280:fe1c98a86d90
Date: 2014-10-24 16:17 +0200
http://bitbucket.org/pypy/benchmarks/changeset/fe1c98a86d90/

Log:	just in case flush

diff --git a/io/iobasic.py b/io/iobasic.py
--- a/io/iobasic.py
+++ b/io/iobasic.py
@@ -21,6 +21,7 @@
     f = open("/dev/null", "w")
     for i in range(num):
         f.write(" " * num2)
+    f.flush()
 
 def file_read(num, num2):
     f = open("/dev/full")


More information about the pypy-commit mailing list