call site 17 for execnet.PopenGateway.remote_exec
execnet/testing/test_gateway.py - line 105
104
105
106
   def test_remote_exec_waitclose_2(self):
->     channel = self.gw.remote_exec('def gccycle(): pass')
       channel.waitclose(TESTTIMEOUT)