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

Guido van Rossum report at bugs.python.org
Sun Nov 11 18:37:58 CET 2007


Guido van Rossum added the comment:

Hmm... In internal_close() there's still a test for self->fd >= 0. I'm
not sure if this is an oversight or intentional.

Also, I don't understand under what circumstances fds < 0 can occur. I
presume this is only on Windows. Can you point me to docs for this
fact?

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


More information about the Python-bugs-list mailing list