Victor Stinner 754851f456 Issue #11223: Add threading._info() function providing informations about the
thread implementation.

Skip test_lock_acquire_interruption() and test_rlock_acquire_interruption() of
test_threadsignals if a thread lock is implemented using a POSIX mutex and a
POSIX condition variable. A POSIX condition variable cannot be interrupted by a
signal (e.g. on Linux, the futex system call is restarted).
2011-04-19 23:58:51 +02:00
..
2011-03-15 05:59:46 +02:00
2011-04-12 18:35:21 -05:00
2010-07-12 14:18:21 +00:00
2011-04-15 16:52:35 +03:00
2011-03-16 11:35:38 +02:00