call site 0 for execnet.Channel.__del__
test/rsession/executor.py - line 77
74
75
76
77
78
79
   def wrap_underlaying(self, target, *args):
       try:
           self.tracer.start_tracing()
->         return target(*args)
       finally:
           self.tracer.end_tracing()