That would require the readline module, which we can only be build against libedit 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…
That would require the
readlinemodule, which we can only be build againstlibeditbecause 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
libeditsupport 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…