消息 [78922]
> Instead of importing IO each time in create_stdio,
> maybe you should just pass io.open to create_stdio
create_stdio() uses io.open() but also io.TextIOWrapper. Since io
module is already imported in initstdio(), I updated the patch to just
pass the pointer to the module to create_stdio(). |
|
| 日期 |
用户 |
动作 |
参数 |
| 2009-01-03 01:40:12 | vstinner | 修改 | recipients:
+ vstinner, pitrou, fabioz, benjamin.peterson |
| 2009-01-03 01:40:12 | vstinner | 修改 | messageid: <1230946812.36.0.388326745255.issue4705@psf.upfronthosting.co.za> |
| 2009-01-03 01:40:11 | vstinner | 链接 | issue4705 messages |
| 2009-01-03 01:40:11 | vstinner | 创建 | |
|