From b244cf844d4ee505ae3ca0134a91d7ec9b08eaa5 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 4 Jul 2025 15:01:29 -0400 Subject: [PATCH] Add #TODO for `._context` to use `.msg.Aid` --- tractor/_context.py | 2 ++ 1 file changed, 2 insertions(+) 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