diff --git a/tractor/_context.py b/tractor/_context.py index 771f1af7..395a4b57 100644 --- a/tractor/_context.py +++ b/tractor/_context.py @@ -743,6 +743,8 @@ class Context: # cancelled, NOT their reported canceller. IOW in the # latter case we're cancelled by someone else getting # cancelled. + # + # !TODO, switching to `Actor.aid` here! if (canc := error.canceller) == self._actor.uid: whom: str = 'us' self._canceller = canc