[issue1227748] subprocess: inheritance of std descriptors inconsistent

Mads Kiilerich report at bugs.python.org
Thu Mar 6 19:48:19 CET 2008


Mads Kiilerich added the comment:

Note to others searching for a solution to this and similar problems: 
http://svn.python.org/view/python/trunk/Lib/subprocess.py?rev=60115&view=auto
shows that this now (for 2.6?) has been changed so that close_fds now
controls inheritance through the CreateProcess parameter bInheritHandles

Thanks!

----------
nosy: +kiilerix

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1227748>
_____________________________________


More information about the Python-bugs-list mailing list