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 v+python
Recipients amaury.forgeotdarc, benjamin.peterson, brian.curtin, gvanrossum, pebbe, pitrou, v+python, vstinner
Date 2011-01-06.19:00:42
SpamBayes Score 0.0005205892
Marked as misclassified No
Message-id <1294340444.09.0.706889572789.issue10841@psf.upfronthosting.co.za>
In-reply-to
Content
Victor,  Thanks for your interest and patches.

msg125530 points out the location of the code where _all_ fds could be O_BINARYed, when passed in to open.  I think this would make all fds open in binary mode, per Guido's comment... he made exactly the comment I was hoping for, even though I didn't +nosy him... I believe this would catch std* along the way, and render your first patch unnecessary, but your second one would likely still be needed.
History
Date User Action Args
2011-01-06 19:00:44v+pythonsetrecipients: + v+python, gvanrossum, amaury.forgeotdarc, pitrou, vstinner, benjamin.peterson, brian.curtin, pebbe
2011-01-06 19:00:44v+pythonsetmessageid: <1294340444.09.0.706889572789.issue10841@psf.upfronthosting.co.za>
2011-01-06 19:00:42v+pythonlinkissue10841 messages
2011-01-06 19:00:42v+pythoncreate