消息 [186849]
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). |
|
| 日期 |
用户 |
动作 |
参数 |
| 2013-04-13 21:10:54 | jpe | 修改 | recipients:
+ jpe |
| 2013-04-13 21:10:54 | jpe | 修改 | messageid: <1365887454.15.0.737377999184.issue17723@psf.upfronthosting.co.za> |
| 2013-04-13 21:10:54 | jpe | 链接 | issue17723 messages |
| 2013-04-13 21:10:54 | jpe | 创建 | |
|