]> granicus.if.org Git - python/commit
Issue #8407: Fix pthread_sigmask() tests on Mac OS X
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 3 May 2011 12:11:22 +0000 (14:11 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 3 May 2011 12:11:22 +0000 (14:11 +0200)
commit2d4a91e0d0065b89cb9820b10e30f74c362cb430
treec506e1b34948fe37a202d8225ac0edb136a59180
parent49a40cd56211fee248868754680c1e8601c0c6af
Issue #8407: Fix pthread_sigmask() tests on Mac OS X

Disable faulthandler timeout thread on Mac OS X: it interacts with
pthread_sigmask() tests.
Lib/test/test_signal.py