| commit | f7d090c165f6cd3d008fe60c78e5324caef53f80 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <pitrou@free.fr> | Thu Jun 29 16:40:14 2017 +0200 |
| committer | GitHub <noreply@github.com> | Thu Jun 29 16:40:14 2017 +0200 |
| tree | 80c730e4df5082666433b2e42e6c9fb2ad4b716c | |
| parent | beeca6e1e5fd01531b1db7059498b13d07dca525 [diff] |
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