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