SIGN IN SIGN UP

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.
G
Gregory P. Smith committed
4a8ea9e2a6d07bb069419274fb4dd75cfb6e3e55