def t37(control, remote, pipe):
pretty = '%s t37' % __file__
print(pretty)
remote = RemoteControl(remote.address, remote.authkey, 0.5)
try:
garbage = remote.make_garbage()
except Exception, e:
print('FAIL %s: could not handle garbage: %s' % (pretty, e))
return False
return True
# check that client receives OverflowError if size field of RPC message exceeds
# system limit for socket.recv().
评论列表
文章目录