ha...@hjackson.org writes:
> 117c117
> < p = _subprocess.Popen(cmd, stdout=_subprocess.PIPE,
> ---
>> > p = _subprocess.Popen(cmd, bufsize=-1, stdout=_subprocess.PIPE,
>
I've committed this as r1356668. Thanks!
--
Philip
Hi all,
I just ran into an interesting "feature" using svndbadmin. Basically
subprocess.Popen in fs.py is not buffered and if you run an strace on it you
can see thousands of system calls to reading one character at a time. I'm not
sure if this was a design issue or not but it certainly impacts p