Merge "Don't assert that we haven't signalled the calling thread"
This commit is contained in:
commit
42357ced7a
@ -191,8 +191,7 @@ class ThreadGroupManager(object):
|
||||
stack.persist_state_and_release_lock(lock.engine_id)
|
||||
|
||||
notify = kwargs.get('notify')
|
||||
if notify is not None:
|
||||
assert not notify.signalled()
|
||||
if notify is not None and not notify.signalled():
|
||||
notify.signal()
|
||||
else:
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user