call site 0 for execnet.Channel.waitclose
execnet/testing/test_gateway.py - line 278
276
277
278
   def test_channel_callback_remote_freed(self):
       channel = self.test_channel_callback_stays_active(False)
->     channel.waitclose(TESTTIMEOUT) # freed automatically at the end of producer()