• Romuald Brunet's avatar
    subprocess.Popen `bufsize` option actually used · ff230fb4
    Romuald Brunet authored
    The `bufsize` option of the subprocess.Popen module wasn't used (at
    all), meaning that the default was usually buffered (platform
    dependant), and was also not modifiable.
    
    This was also different from the behavior of the vanilla
    subprocess.Popen module
    
    Note that this change the default behavior of the class (buffered
    becomes unbuffered in most cases)
    ff230fb4
test__subprocess.py 6.35 KB