On Tue, Feb 20, 2024 at 4:35 AM Grisha Levit <grishale...@gmail.com> wrote: > > Though a similar test shows that the Readline part of the patch is wrong, > and I'm not sure how to solve it, at least without changing existing > applications' behavior (and requiring signal setup to happen before > rl_initialize or rl_read_init_file are called).
Oh, I guess Readline can just retry reading the file once on EINTR and not do any signal handling on its own.