[issue1415] py3k: pythonw.exe fails to run

Christian Heimes report at bugs.python.org
Sat Nov 10 02:20:32 CET 2007


Christian Heimes added the comment:

Python 2.6 (svn trunk) doesn't check the file handlers when it creates
sys.stdin, stdout and stderr. write() operations to stdout and stderr
don't fail although the data is written into nowhere land. stdin.read()
fails with IOError: [Errno 9] Bad file descriptor.

How should I address the problem in py3k?

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


More information about the Python-bugs-list mailing list