[issue12495] Rewrite InterProcessSignalTests

2013-01-02 Thread STINNER Victor
STINNER Victor added the comment: I don't want to work on signals anymore, and nobody looks to be interested, so I'm closing this issue. -- resolution: -> wont fix status: open -> closed ___ Python tracker __

[issue12495] Rewrite InterProcessSignalTests

2011-07-04 Thread STINNER Victor
New submission from STINNER Victor : InterProcessSignalTests uses 4 different signal handlers (SIGUSR1, SIGUSR2, SIGALRM, SIGHUP) and uses 2 methods to raise a signal (a subprocess executing "kill -SIG pid" or signal.alarm(1)). It uses signal.pause() and/or time.sleep(1) to wait the signal, or