Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 963816d + 6b671b2 commit 9ab91c6Copy full SHA for 9ab91c6
2 files changed
Lib/test/test_threading.py
@@ -738,6 +738,7 @@ class LockTests(lock_tests.LockTests):
738
class PyRLockTests(lock_tests.RLockTests):
739
locktype = staticmethod(threading._PyRLock)
740
741
+@unittest.skipIf(threading._CRLock is None, 'RLock not implemented in C')
742
class CRLockTests(lock_tests.RLockTests):
743
locktype = staticmethod(threading._CRLock)
744
Misc/ACKS
@@ -492,6 +492,7 @@ Orjan Johansen
492
Fredrik Johansson
493
Gregory K. Johnson
494
Simon Johnston
495
+Matt Joiner
496
Thomas Jollans
497
Nicolas Joly
498
Evan Jones
0 commit comments