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