This is an archive of the discontinued LLVM Phabricator instance.

[Python] Remove readline module
ClosedPublic

Authored by JDevlieghere on Mar 28 2019, 5:06 PM.

Details

Summary

Todd added this empty readline module to workaround an issue with an old version of Python on Ubuntu in 2014 (18841). In the meantime, Python seems to have fixed the underlying issue, and indeed, I wasn't able to reproduce this. I propose to remove this.

Diff Detail

Repository
rL LLVM

Event Timeline

JDevlieghere created this revision.Mar 28 2019, 5:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2019, 5:06 PM

WFM. We've been stripping it in Gentoo since the inception.

labath accepted this revision.Mar 29 2019, 2:17 AM

Wohoo, it's great to be able to get rid of that. Judging by the bug reports, it looks like what actually happened is that libedit fixed some readline incompatibilities, instead of python fixing stuff. But the end result is the same.

This revision is now accepted and ready to land.Mar 29 2019, 2:17 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 29 2019, 10:10 AM
lldb/trunk/scripts/Python/modules/readline/CMakeLists.txt