Gregory P. Smith added the comment:

fyi - subprocess uses /proc to get a list of open fd's in the child process 
before exec when possible.  search for FD_DIR in 
http://hg.python.org/cpython/file/d674bbbed333/Modules/_posixsubprocess.c

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12466>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to