This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients amaury.forgeotdarc, christian.heimes, gvanrossum
Date 2007-11-11.00:10:45
SpamBayes Score 0.0017818147
Marked as misclassified No
Message-id <1194739846.43.0.370235748888.issue1415@psf.upfronthosting.co.za>
In-reply-to
Content
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.
Files
File name Uploaded
py3k_fileio_closed.patch christian.heimes, 2007-11-11.00:10:45
History
Date User Action Args
2007-11-11 00:10:47christian.heimessetspambayes_score: 0.00178181 -> 0.0017818147
recipients: + christian.heimes, gvanrossum, amaury.forgeotdarc
2007-11-11 00:10:46christian.heimessetspambayes_score: 0.00178181 -> 0.00178181
messageid: <1194739846.43.0.370235748888.issue1415@psf.upfronthosting.co.za>
2007-11-11 00:10:46christian.heimeslinkissue1415 messages
2007-11-11 00:10:45christian.heimescreate