New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/35730#issuecomment-1046944957 Comment: > We at least need to wait until upstream comments on your proposed fix before adopting it here. Presumably they merged the change for a reason. I understand, you can see their reasons here: https://github.com/prompt-toolkit/python-prompt-toolkit/issues/1537 However let me stress that this breaks sagemath very badly. If I'm in the middle of a computation session and I happen to run a command that takes a very long time, then Ctrl-C is broken and I can't get back to my session (I can Ctrl-Z and kill but then I will loose the session -- a non-obvious workaround is to send SIGALRM instead of SIGTERM which allows to recover). The alternative to this patch is to revert prompt_toolkit to 3.0.24 until upstream says something. Is there anything requiring a more recent version of prompt_toolkit?