]> granicus.if.org Git - python/commit
issue6559: Adds a pass_fds parameter to subprocess.Popen that allows the caller
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 4 Dec 2010 11:22:11 +0000 (11:22 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 4 Dec 2010 11:22:11 +0000 (11:22 +0000)
commitd4cc7bf993eda4149a05ed25f2f33e18e43fd7c1
treeb1edf05967874ed5c703f6ce510be7d5f442f201
parent1acb746d79c2affbac6fb98e5abad1682bdf7f6f
issue6559: Adds a pass_fds parameter to subprocess.Popen that allows the caller
to list exactly which file descriptors should be kept open.
Lib/subprocess.py
Modules/_posixsubprocess.c