From abaa2f5da0a47637d429abfcec9f8d8357fda0cc Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 30 Jul 2020 10:24:08 -0400 Subject: [PATCH] Drop uneeded `parent_chan_cs()` cancel call --- tractor/_actor.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tractor/_actor.py b/tractor/_actor.py index 5cfbb7b..a02285f 100644 --- a/tractor/_actor.py +++ b/tractor/_actor.py @@ -842,8 +842,6 @@ class Actor: # for n in root.child_nurseries: # n.cancel_scope.cancel() - self._parent_chan_cs.cancel() - async def _cancel_task(self, cid, chan): """Cancel a local task by call-id / channel.