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 ned.deily
Recipients emaste, eric.araujo, martin.panter, ned.deily, ngie, ronaldoussoren, vstinner
Date 2015-06-06.02:24:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433557485.07.0.601073330551.issue13501@psf.upfronthosting.co.za>
In-reply-to
Content
The suggested change to generalize support for libedit to other platforms is a new feature so, by default, it would first appear in a new feature release, e.g. 3.6.  There would probably have to be an exception granted to add it to 2.7.x or other 3.x releases, which are in maintenance mode.  I think the quickest workarounds are to either link Python with GNU readline or, if that is not acceptable, persuade FreeBSD to carry a patch similar to the one you suggested for their current versions of Python.  WRT Linux, it looks like Debian has both a libeditline0 package (presumably the old ABI) and a libedit2 package and their lldb package is linked with the latter.  (The Debian Pythons are always linked with GNU readline.)
History
Date User Action Args
2015-06-06 02:24:45ned.deilysetrecipients: + ned.deily, ronaldoussoren, vstinner, eric.araujo, ngie, martin.panter, emaste
2015-06-06 02:24:45ned.deilysetmessageid: <1433557485.07.0.601073330551.issue13501@psf.upfronthosting.co.za>
2015-06-06 02:24:45ned.deilylinkissue13501 messages
2015-06-06 02:24:44ned.deilycreate