Message186849
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). |
|
| Date |
User |
Action |
Args |
| 2013-04-13 21:10:54 | jpe | set | recipients:
+ jpe |
| 2013-04-13 21:10:54 | jpe | set | messageid: <[email protected]> |
| 2013-04-13 21:10:54 | jpe | link | issue17723 messages |
| 2013-04-13 21:10:54 | jpe | create | |
|