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 jpe
Recipients jpe
Date 2013-04-13.21:10:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365887454.15.0.737377999184.issue17723@psf.upfronthosting.co.za>
In-reply-to
Content
File object's can use the win32 api FileRead and FileWrite instead of the CRT's read & write function.  This would eliminate the need to set the mode to binary on stdin & stdout, which is the underlying cause of issue 16587.  This could also possibly be the basis of adding nonblocking functionality.  An initial patch is attached, but I still need to verify what this does to the CRT mode of files that are opened by python (rather than already be opened, like stdin & stdout are).
History
Date User Action Args
2013-04-13 21:10:54jpesetrecipients: + jpe
2013-04-13 21:10:54jpesetmessageid: <1365887454.15.0.737377999184.issue17723@psf.upfronthosting.co.za>
2013-04-13 21:10:54jpelinkissue17723 messages
2013-04-13 21:10:54jpecreate