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 egaudry
Recipients Mark Harfouche, Robert Marshall, RomainGeissler1A, berker.peksag, donmez, egaudry, emaste, eric.araujo, gregory.p.smith, koobs, martin.panter, ned.deily, ngie, ronaldoussoren
Date 2019-08-13.15:48:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565711325.86.0.102489190237.issue13501@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-08-13 15:48:45egaudrysetrecipients: + egaudry, gregory.p.smith, ronaldoussoren, donmez, ned.deily, eric.araujo, ngie, berker.peksag, martin.panter, koobs, emaste, Mark Harfouche, RomainGeissler1A, Robert Marshall
2019-08-13 15:48:45egaudrysetmessageid: <1565711325.86.0.102489190237.issue13501@roundup.psfhosted.org>
2019-08-13 15:48:45egaudrylinkissue13501 messages
2019-08-13 15:48:45egaudrycreate