> The only code path that I see that's potentially dangerous is that atimers
> appear to be executed even if input is blocked.
Yes, that's exactly what bothered me. Not calling QUIT prevents that.
Alternatively, we could turn off atimers (by calling turn_on_atimers)
while Fcopy_sequence runs.