Don't want child process inheriting open sockets

Steven Watanabe Steven.Watanabe at autodesk.com
Tue Jan 22 10:02:35 EST 2008


I'm using subprocess.Popen() to create a child process. The child process is inheriting the parent process' open sockets, but I don't want that. I believe that on Unix systems I could use the FD_CLOEXEC flag, but I'm running Windows. Any suggestions?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080122/6c86c9bc/attachment.html>


More information about the Python-list mailing list