Message244885
Note that the patch in Issue24388 is more a proof of concept. I'm not sure it's the "right" fix.
LLDB is a bit of a special case: LLDB links against libedit, but the Python libedit module is built as if readline is in use. It turns out this "magically" works out, presumably due to the runtime workaround detection. As far as I know this issue would affect Linux as well, but perhaps the version of libedit on common Linux distributions is one with the 0-based vs 1-based history fix? |
|
Date |
User |
Action |
Args |
2015-06-06 02:07:53 | emaste | set | recipients:
+ emaste, ronaldoussoren, vstinner, ned.deily, eric.araujo, ngie, martin.panter |
2015-06-06 02:07:53 | emaste | set | messageid: <1433556473.48.0.093130879716.issue13501@psf.upfronthosting.co.za> |
2015-06-06 02:07:53 | emaste | link | issue13501 messages |
2015-06-06 02:07:53 | emaste | create | |
|