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.

Author emaste
Recipients emaste, eric.araujo, martin.panter, ned.deily, ngie, ronaldoussoren, vstinner
Date 2015-06-06.02:07:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433556473.48.0.093130879716.issue13501@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2015-06-06 02:07:53emastesetrecipients: + emaste, ronaldoussoren, vstinner, ned.deily, eric.araujo, ngie, martin.panter
2015-06-06 02:07:53emastesetmessageid: <1433556473.48.0.093130879716.issue13501@psf.upfronthosting.co.za>
2015-06-06 02:07:53emastelinkissue13501 messages
2015-06-06 02:07:53emastecreate