call site 0 for execnet.Channel.waitclose
execnet/testing/test_gateway.py - line 110
108
109
110
   def test_remote_exec_waitclose_noarg(self):
       channel = self.gw.remote_exec('pass')
->     channel.waitclose()