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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
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.