STINNER Victor <victor.stin...@haypocalc.com> added the comment:

Can we use FD_CLOEXEC to archive this goal? Example: open all files with 
FD_CLOEXEC set and don't close explicitly files on fork. preexec_fn will get 
access to the files, but the problem is exec(), not preexec_fn.

I suppose that it will slow down programs not using subprocess, and it may have 
border effects.

----------

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

Reply via email to