[Lldb-commits] [PATCH] D59972: [Python] Remove readline module

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 28 17:07:44 PDT 2019


JDevlieghere created this revision.
JDevlieghere added a reviewer: labath.
Herald added subscribers: jdoerfert, mgorny.
Herald added a project: LLDB.

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.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D59972

Files:
  lldb/scripts/CMakeLists.txt
  lldb/scripts/Python/modules/CMakeLists.txt
  lldb/scripts/Python/modules/readline/CMakeLists.txt
  lldb/scripts/Python/modules/readline/readline.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59972.192747.patch
Type: text/x-patch
Size: 5498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190329/11394aea/attachment.bin>


More information about the lldb-commits mailing list