]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Optimization for communicate(): If only one of stdin/stdout/stderr is
authorPeter Astrand <astrand@lysator.liu.se>
Thu, 3 Mar 2005 20:28:59 +0000 (20:28 +0000)
committerPeter Astrand <astrand@lysator.liu.se>
Thu, 3 Mar 2005 20:28:59 +0000 (20:28 +0000)
commit23109f0009b34af04350417b17efc8190879ea78
tree7c1ea1eb46cbdf230e38be6f1b2b81f00428f8ec
parentcbac93c2293dd2cc6f10b31e91eaa1a502822704
Optimization for communicate(): If only one of stdin/stdout/stderr is
redirected, using select() or threads is unnecessary.
Lib/subprocess.py