1. 10 May, 2017 1 commit
    • Victor Stinner's avatar
      bpo-30320: test_eintr now uses pthread_sigmask() (#1523) · 211a392c
      Victor Stinner authored
      Rewrite sigwaitinfo() and sigtimedwait() unit tests for EINTR using
      pthread_sigmask() to fix a race condition between the child and the
      parent process.
      
      Remove the pipe which was used as a weak workaround against the race
      condition.
      
      sigtimedwait() is now tested with a child process sending a signal
      instead of testing the timeout feature which is more unstable
      (especially regarding to clock resolution depending on the platform).
      211a392c
  2. 09 May, 2017 7 commits
  3. 08 May, 2017 2 commits
  4. 07 May, 2017 1 commit
  5. 06 May, 2017 1 commit
  6. 05 May, 2017 8 commits
  7. 04 May, 2017 6 commits
  8. 03 May, 2017 7 commits
  9. 02 May, 2017 7 commits