From 43b659dbe42a6fe3e2a4154f2d2a5e1088149862 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 18 Oct 2023 13:19:34 -0400 Subject: [PATCH] Tidy/clarify another `._runtime` comment --- tractor/_runtime.py | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/tractor/_runtime.py b/tractor/_runtime.py index 881fe53..2e75cff 100644 --- a/tractor/_runtime.py +++ b/tractor/_runtime.py @@ -356,14 +356,13 @@ async def _invoke( and ctx._enter_debugger_on_cancel ) ): - # XXX: is there any case where we'll want to debug IPC - # disconnects as a default? - # - # I can't think of a reason that inspecting - # this type of failure will be useful for respawns or - # recovery logic - the only case is some kind of strange bug - # in our transport layer itself? Going to keep this - # open ended for now. + # XXX QUESTION XXX: is there any case where we'll + # want to debug IPC disconnects as a default? + # => I can't think of a reason that inspecting this + # type of failure will be useful for respawns or + # recovery logic - the only case is some kind of + # strange bug in our transport layer itself? Going + # to keep this open ended for now. entered_debug = await _debug._maybe_enter_pm(err) if not entered_debug: