Re: signals lost in the signalmodule?

Guido.van.Rossum@cwi.nl
Fri, 09 Sep 1994 11:10:59 +0200

> It seems, that signals get lost, if a signal is raised more than once while
> python is not ready to handle them.
[...]
> why not accumulating the arrived signals??

I don't think this will solve any problems, sice the UNIX kernel also
loses signals when the process has not yet handled them.

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
<URL:http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>