SIGN IN SIGN UP

Issue #11223: skip test_lock_acquire_interruption() on FreeBSD6

Locks are implemented using a mutex and a condition variable of the pthread
library on FreeBSD6. POSIX condition variables cannot be interrupted by signals
(see pthread_cond_wait manual page).
V
Victor Stinner committed
f25ae48dfd646d6e47969eb0e20fc603c38e0d67
Parent: 62d5118