➜

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 emaste
收信人 emaste, eric.araujo, martin.panter, ned.deily, ngie, ronaldoussoren, vstinner
日期 2015-06-06.02:07:53
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1433556473.48.0.093130879716.issue13501@psf.upfronthosting.co.za>
In-reply-to
内容
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?
历史
日期 用户 动作 参数
2015-06-06 02:07:53emaste修改recipients: + emaste, ronaldoussoren, vstinner, ned.deily, eric.araujo, ngie, martin.panter
2015-06-06 02:07:53emaste修改messageid: <1433556473.48.0.093130879716.issue13501@psf.upfronthosting.co.za>
2015-06-06 02:07:53emaste链接issue13501 messages
2015-06-06 02:07:53emaste创建