SIGN IN SIGN UP

bpo-30796: Fix failures in signal delivery stress test (#2488)

* bpo-30796: Fix failures in signal delivery stress test

setitimer() can have a poor minimum resolution on some machines,
this would make the test reach its deadline (and a stray signal
could then kill a subsequent test).

* Make sure to clear the itimer after the test
A
Antoine Pitrou committed
f7d090c165f6cd3d008fe60c78e5324caef53f80
Parent: beeca6e
Committed by GitHub <noreply@github.com> on 6/29/2017, 2:40:14 PM