Chris Angelico wrote:
Hmm, but usually I would expect them still to HAVE those streams,
they're just connected to /dev/null or something. I don't think they
would actually fail to exist, would they?

On unix there's nothing to stop you launching a process
with fds 0, 1 and 2 all closed. It would be a very
unusual thing to do, but not impossible. I expect it's
possible on Windows as well.

--
Greg
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to