[issue1415] py3k: pythonw.exe fails because std streams a missing

Christian Heimes report at bugs.python.org
Mon Nov 12 22:34:19 CET 2007


Christian Heimes added the comment:

The mail gateway swallows examples:

>>> import sys
>>> sys.stderr = None
>>> raise Exception("msg")
>>> del sys.stderr
>>> raise Exception("msg")
object  : Exception('msg',)
type    : Exception
refcount: 4
address : 0x839d274
lost sys.stderr

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1415>
__________________________________


More information about the Python-bugs-list mailing list