On Sun, Jan 13, 2013 at 8:40 PM, Charles-François Natali <[email protected]> wrote: >> XXX Should ``subprocess.Popen`` set the close-on-exec flag on file XXX >> XXX descriptors of the constructor the ``pass_fds`` argument? XXX > > What? > Setting them cloexec would prevent them from being inherited in the > child process!
Perhaps Victor meant "clear" rather than "set" in this comment? Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
