From: Gregory P. Smith Date: Sat, 23 Mar 2013 19:00:00 +0000 (-0700) Subject: Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value X-Git-Tag: v3.4.0a1~1102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a8ea9e2a6d07bb069419274fb4dd75cfb6e3e55;p=thirdparty%2FPython%2Fcpython.git Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value from unbuffered (0) to buffering (-1) to match the behavior existing code expects and match the behavior of the subprocess module in Python 2 to avoid introducing hard to track down bugs. --- 4a8ea9e2a6d07bb069419274fb4dd75cfb6e3e55