diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-04-19 23:58:51 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-04-19 23:58:51 +0200 |
commit | 87c4bc18d9591c89d76f68cbd67960d2a1309075 (patch) | |
tree | 620966a9b67c9eb1aaf9212f72818c47104ecfd0 /Python/traceback.c | |
parent | 31f0922dfc65b5c2f9ba835392872b5f46115c07 (diff) | |
download | cpython-87c4bc18d9591c89d76f68cbd67960d2a1309075.tar.gz |
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).
Diffstat (limited to 'Python/traceback.c')
0 files changed, 0 insertions, 0 deletions