Hi,

I have a file handle I want to inherit in a child process.  I am
looking at '_make_inheritable' in 'Popen', but it needs an instance,
and by the time I have one, the subprocess is already running.

Can't I call 'Popen._make_inheritable( None, handle )'?  The method
does not use 'self'.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to