Message355931
@ned I(d rather see this as an evolution of Issue13631, as this solves a problem when libreadline and libedit are both loaded in the same executable. As such, using libedit instead of readline wouldn't solve the issue: what if the program Python is embeded in is linked to readline? I find python approach relatively elegant: detect the linked library at runtime and use the ad-hoc implementation based on this. An other option would be to dlopen readline using the RTLD_LOCAL flag, so that we get a better, non intrusive symbol resolution. What do you think? | |
| Date | User | Action | Args | | 2019-11-04 08:27:47 | serge-sans-paille | set | recipients: + serge-sans-paille, gregory.p.smith, ned.deily, pmpp | | 2019-11-04 08:27:47 | serge-sans-paille | set | messageid: <1572856067.92.0.499964067877.issue38634@roundup.psfhosted.org> | | 2019-11-04 08:27:47 | serge-sans-paille | link | issue38634 messages | | 2019-11-04 08:27:47 | serge-sans-paille | create | | |