call site 0 for execnet.Channel.waitclose
execnet/testing/test_gateway.py - line 333
330
331
332
333
334
   def test_channel_file_write_error(self): 
       channel = self.gw.remote_exec("pass") 
       f = channel.makefile() 
->     channel.waitclose(TESTTIMEOUT)
       py.test.raises(IOError, f.write, 'hello')