[issue7111] core dump when stderr is moved

Amaury Forgeot d'Arc report at bugs.python.org
Wed Oct 14 10:56:38 CEST 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

> 3.1 exits silently.
Did you use "print"? pythonw.exe 3.1 sets sys.stdout to None.
if you use sys.stdout.write, you get an exception. But print() silently
does nothing if the file is None.

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list