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

Christian Heimes report at bugs.python.org
Sun Nov 11 01:10:46 CET 2007


Christian Heimes added the comment:

PATCH:
* remove the analogy fd < 0 -> file is closed from _fileio.FileIO
* added new flag closed to _fileio.FileIO
* renamed closefd to close_fd to distinguish it from closed
* make it impossible to instantiate another stdprinter
* added repr and fileno methods to stdprinter

Guido:
Are you fine with the changes? The patch doesn't fix the problem (yet)
but it's the first step towards a solution.

----------
nosy: +gvanrossum
Added file: http://bugs.python.org/file8730/py3k_fileio_closed.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1415>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: py3k_fileio_closed.patch
Type: text/x-diff
Size: 9510 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071111/b106c083/attachment.patch 


More information about the Python-bugs-list mailing list