mirror of
https://github.com/python/cpython.git
synced 2025-08-22 01:35:16 +00:00
Backport of 64903.
This commit is contained in:
parent
f8f30fad4d
commit
ff931573ce
3 changed files with 7 additions and 6 deletions
|
@ -60,6 +60,7 @@ class LockTests(unittest.TestCase):
|
|||
#Make sure that an unconditional locking returns True.
|
||||
self.failUnless(self.lock.acquire(1) is True,
|
||||
"Unconditional locking did not return True.")
|
||||
self.failUnless(self.lock.acquire() is True)
|
||||
|
||||
def test_uncond_acquire_blocking(self):
|
||||
#Make sure that unconditional acquiring of a locked lock blocks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue