[issue21497] faulthandler should handle sys.stderr being None gracefully

STINNER Victor report at bugs.python.org
Tue May 13 17:42:25 CEST 2014


STINNER Victor added the comment:

Attached patch modifies faulthandler to raises a RuntimeError("sys.stderr is None") with your use case. Is it what you expected?

----------
keywords: +patch
Added file: http://bugs.python.org/file35243/faulthandler.patch

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


More information about the Python-bugs-list mailing list