Changeset: 74e21cd4752a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=74e21cd4752a
Modified Files:
testing/src/process.py
Branch: Jun2010
Log Message:
reverting previous checkin; setting bufsize default does not help to fix bug
2621
diffs (26 lines):
diff -r 3c26cd1b8bd7 -r 74e21cd4752a testing/src/process.py
--- a/testing/src/process.py Mon Aug 16 23:59:33 2010 +0200
+++ b/testing/src/process.py Tue Aug 17 08:43:42 2010 +0200
@@ -10,13 +10,6 @@
verbose = False
-if os.name == 'nt':
- # Windows: default is (fully) buffered
- default_bufsize = -1
-else:
- # other: default is unbuffered
- default_bufsize = 0
-
def splitcommand(cmd):
'''Like string.split, except take quotes into account.'''
q = None
@@ -130,7 +123,7 @@
def server(lang, args = [], stdin = None, stdout = None, stderr = None,
mapiport = None, xrpcport = None, dbname = os.getenv('TSTDB'),
- dbfarm = None, dbinit = None, bufsize = default_bufsize):
+ dbfarm = None, dbinit = None, bufsize = 0):
'''Start a server process.'''
cmd = _server[:]
if not cmd:
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list