-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REPL editing and history. #49
Comments
While at it, maybe also evaluate possible alternatives, e.g. https://github.com/prompt-toolkit/ptpython. |
Note that we don't really need read–eval–print loop (REPL), but rather support for terminal emulation. But I think that this is provided by https://github.com/prompt-toolkit/python-prompt-toolkit So, before looking into libedit, let me try thanks |
While updating to Python 3.13 in #58, I've noticed I've gave Alpine Linux and generic Linux a quick try to re-enable building against
|
I think that I don't know when I will have time for it, but I plan to use |
That would require the
readline
module, which we can only be build againstlibedit
because of licence issues.When we updated from Python 3.8.x to 3.10.x, the custom patch we used wasn't updated. Instead, we stopped building
readline
.However, the
libedit
support was not completely removed, I've left the starting bits and a link to an updated patch in place: https://github.com/chevah/pythia/blob/master/build.conf#L15.Try to get this back. At least for Linux…
The text was updated successfully, but these errors were encountered: