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-13.02:26:49
SpamBayes Score 0.08790977
Marked as misclassified No
Message-id <1194920811.07.0.96894329655.issue1415@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed in r58959

I followed your wish and set sys.stdin, stdout and stderr to None
together with __std?__. I also kept the check for fd < 0 in
fileio_init(). A negative fd still raises the correct error with errno 9
(bad file descriptor).
History
Date User Action Args
2007-11-13 02:26:51christian.heimessetspambayes_score: 0.0879098 -> 0.08790977
recipients: + christian.heimes, gvanrossum, amaury.forgeotdarc
2007-11-13 02:26:51christian.heimessetspambayes_score: 0.0879098 -> 0.0879098
messageid: <1194920811.07.0.96894329655.issue1415@psf.upfronthosting.co.za>
2007-11-13 02:26:50christian.heimeslinkissue1415 messages
2007-11-13 02:26:50christian.heimescreate