2014-01-29 Guido van Rossum <[email protected]>: > AFAIK that buffer size is passed to the *io* stream created by > subprocess.py. But we don't use that object at all, except to call fileno() > to get its FD. So I think it should always be left zero. (I thought I even > had an assert for that, but I can't find it now.)
Ok, I opened an issue to change that: http://code.google.com/p/tulip/issues/detail?id=119 Victor
