]> granicus.if.org Git - python/commit
Issue #8407: skip sigwait() tests if pthread_sigmask() is missing
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 10 Jun 2011 12:02:10 +0000 (14:02 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 10 Jun 2011 12:02:10 +0000 (14:02 +0200)
commit7f294d1e19a4f20f03e972d47c54cd6d19c42983
tree9082c28a0efd7572fdbddaaf66b06044551b8d34
parent3a38a6db432e518f384d546646c678425a80f001
Issue #8407: skip sigwait() tests if pthread_sigmask() is missing

The new tests now requires pthread_sigmask(). Skip the test if the function is
missing, e.g. if Python is compiled without threads.
Lib/test/test_signal.py