Comment #4 on issue 1700 by mathias....@gmail.com: Process: Executed process leave file handles open
http://code.google.com/p/robotframework/issues/detail?id=1700

close_custom_streams will work fine if you use a file for stdout/stderr.
But this method is used for custom_streams:
    def _is_custom_stream(self, stream):
        return stream not in (subprocess.PIPE, subprocess.STDOUT)

By default, the streams are subprocess.PIPE and will not get closed.
So a possible workaround is to write to a file.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to