Message259311
I do not think that readline-cancel.patch is sufficient. The clean up function that readline uses internally (http://git.savannah.gnu.org/cgit/readline.git/tree/isearch.c#n720 ) also cleans up the context that used by isearch.
The functions to cleanup the context (and a pointer to the context) are exposed on `rlprivate.h` so python _can_ get at them to support old versions of rl. Once started down that path for isearch mode, might as well vendor all of rl_callback_sigcleanup() which will end up being 50-100 LoC (some of the helper functions will also need to be vendored). |
|
Date |
User |
Action |
Args |
2016-02-01 04:43:36 | tcaswell | set | recipients:
+ tcaswell, twouters, terry.reedy, pitrou, Arfrever, r.david.murray, martin.panter, serhiy.storchaka, sping |
2016-02-01 04:43:36 | tcaswell | set | messageid: <1454301816.69.0.0797952413222.issue24266@psf.upfronthosting.co.za> |
2016-02-01 04:43:36 | tcaswell | link | issue24266 messages |
2016-02-01 04:43:36 | tcaswell | create | |
|