[issue23288] subprocess.Popen close_fds behaviour differs between 3.2 and 3.4

2015-01-21 Thread Mike Sampson
Changes by Mike Sampson : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue23288> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue23288] subprocess.Popen close_fds behaviour differs between 3.2 and 3.4

2015-01-21 Thread Mike Sampson
Mike Sampson added the comment: Ah, got it. Didn't see the note on the os.pipe() docs. Thanks. Closing. Sorry for the noise. -- ___ Python tracker <http://bugs.python.org/is

[issue23288] subprocess.Popen close_fds behaviour differs between 3.2 and 3.4

2015-01-21 Thread Mike Sampson
New submission from Mike Sampson: I'm seeing differing behaviour with subprocess.Popen(..., close_fds = False) between 3.2 and 3.4. The docs don't say this is meant to be the case as far as I can see. Python 3.2.3 on Debian Wheezy = >>>