消息 [226099]
> Why does PyOS_Readline return *char, rather than Python string object?
For historical reasons and now for compatibility: we can't change the hook's signature without breaking obvious applications, obviously.
If necessary, we could add a new hook that would take precedence over the old one if defined. Feel free to post a patch for that. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2014-08-29 23:00:25 | pitrou | 修改 | recipients:
+ pitrou, gvanrossum, brett.cannon, georg.brandl, ncoghlan, vstinner, benjamin.peterson, eric.araujo, tshepang, Drekin, steve.dower |
| 2014-08-29 23:00:25 | pitrou | 修改 | messageid: <1409353225.15.0.624990261326.issue17620@psf.upfronthosting.co.za> |
| 2014-08-29 23:00:25 | pitrou | 链接 | issue17620 messages |
| 2014-08-29 23:00:25 | pitrou | 创建 | |
|