[issue13501] Make libedit support more generic; port readline / libedit to FreeBSD

egaudry report at bugs.python.org
Tue Aug 13 11:48:45 EDT 2019


egaudry <eg at fft.be> added the comment:

Hi, I think that there are some issues in the last patch (0001-Build-or-disable-readline-module-with-Editline.patch) made available.

For instance, the using_libedit_emulation variable should be protected by DETECT_EDITLINE ifdef (and not SUPPORT_EDITLINE). And the setup.py file mentioned a 'readline_lib' string instead of the readline_lib variable.

I am interested by being able to build python without readline but libedit instead too.

----------
nosy: +egaudry

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue13501>
_______________________________________


More information about the Python-bugs-list mailing list