[issue7111] abort when stderr is closed

Antoine Pitrou report at bugs.python.org
Sat Nov 26 23:25:53 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

Attached patch allows Python to run even if no standard stream is available. I use dup() to detect whether a fd is valid.

----------
keywords: +patch
nosy: +neologix
stage:  -> patch review
versions: +Python 3.3 -Python 3.1
Added file: http://bugs.python.org/file23788/nostdio.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7111>
_______________________________________


More information about the Python-bugs-list mailing list