Author: Manuel Jacob <[email protected]>
Branch: py3k
Changeset: r79917:fff65eb52236
Date: 2015-10-01 13:21 +0200
http://bitbucket.org/pypy/pypy/changeset/fff65eb52236/
Log: Fix test.
diff --git a/pypy/module/thread/test/test_lock.py
b/pypy/module/thread/test/test_lock.py
--- a/pypy/module/thread/test/test_lock.py
+++ b/pypy/module/thread/test/test_lock.py
@@ -248,8 +248,6 @@
signal.signal(signal.SIGALRM, oldalrm)
def test_rlock_acquire_interruption(self):
- if self.using_pthread_cond:
- skip('POSIX condition variables cannot be interrupted')
import _thread, signal, time
# Mimic receiving a SIGINT (KeyboardInterrupt) with SIGALRM while stuck
# in a deadlock.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit