Message226099
> 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. |
|
| Date |
User |
Action |
Args |
| 2014-08-29 23:00:25 | pitrou | set | recipients:
+ pitrou, gvanrossum, brett.cannon, georg.brandl, ncoghlan, vstinner, benjamin.peterson, eric.araujo, tshepang, Drekin, steve.dower |
| 2014-08-29 23:00:25 | pitrou | set | messageid: <[email protected]> |
| 2014-08-29 23:00:25 | pitrou | link | issue17620 messages |
| 2014-08-29 23:00:25 | pitrou | create | |
|