[Python-checkins] [python/cpython] f7d090: bpo-30796: Fix failures in signal delivery stress ...

GitHub noreply at github.com
Thu Jun 29 10:40:16 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: f7d090c165f6cd3d008fe60c78e5324caef53f80
      https://github.com/python/cpython/commit/f7d090c165f6cd3d008fe60c78e5324caef53f80
  Author: Antoine Pitrou <pitrou at free.fr>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
    M Lib/test/test_signal.py

  Log Message:
  -----------
  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




More information about the Python-checkins mailing list