Message193090
Modules/readline.c contains a workaround for a bug in the readline emulation of libedit: that emulation uses a different starting offset for the history than the real readline.
In more recent versions of libedit (such as the one you can now download from <http://www.thrysoee.dk/editline/>) the bug has been fixed and the workaround causes problems.
The attached patch dynamicly detects if the workaround is necessary.
NOTE: Actually using the trysoee.dk libedit requires a patch to setup.py, that version of libedit does not install libreadline.dylib, only libedit.dylib. |
|
Date |
User |
Action |
Args |
2013-07-15 12:24:20 | ronaldoussoren | set | recipients:
+ ronaldoussoren, ned.deily |
2013-07-15 12:24:20 | ronaldoussoren | set | messageid: <1373891060.78.0.881069869114.issue18458@psf.upfronthosting.co.za> |
2013-07-15 12:24:20 | ronaldoussoren | link | issue18458 messages |
2013-07-15 12:24:20 | ronaldoussoren | create | |
|