mirror of
https://github.com/python/cpython.git
synced 2026-05-15 17:08:41 -04:00
a929335961
and/or change the signal mask of the calling thread. Fix also tests of test_io using threads and an alarm: use pthread_sigmask() to ensure that the SIGALRM signal is received by the main thread. Original patch written by Jean-Paul Calderone.