Kaydet (Commit) bc2bfa6b authored tarafından Richard Oudkerk's avatar Richard Oudkerk

Merge

......@@ -301,7 +301,7 @@ class _TestProcess(BaseTestCase):
if hasattr(signal, 'alarm'):
def handler(*args):
raise RuntimeError('join took too long: pid=%s' % p.pid)
raise RuntimeError('join took too long: %s' % p)
old_handler = signal.signal(signal.SIGALRM, handler)
try:
signal.alarm(10)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment