commit | 7f294d1e19a4f20f03e972d47c54cd6d19c42983 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Jun 10 14:02:10 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Jun 10 14:02:10 2011 +0200 |
tree | 9082c28a0efd7572fdbddaaf66b06044551b8d34 | |
parent | 3a38a6db432e518f384d546646c678425a80f001 [diff] |
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.