Skip to content

Commit 43b659d

Browse files
committed
Tidy/clarify another ._runtime comment
1 parent 63b1488 commit 43b659d

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

tractor/_runtime.py

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -356,14 +356,13 @@ async def _invoke(
356356
and ctx._enter_debugger_on_cancel
357357
)
358358
):
359-
# XXX: is there any case where we'll want to debug IPC
360-
# disconnects as a default?
361-
#
362-
# I can't think of a reason that inspecting
363-
# this type of failure will be useful for respawns or
364-
# recovery logic - the only case is some kind of strange bug
365-
# in our transport layer itself? Going to keep this
366-
# open ended for now.
359+
# XXX QUESTION XXX: is there any case where we'll
360+
# want to debug IPC disconnects as a default?
361+
# => I can't think of a reason that inspecting this
362+
# type of failure will be useful for respawns or
363+
# recovery logic - the only case is some kind of
364+
# strange bug in our transport layer itself? Going
365+
# to keep this open ended for now.
367366
entered_debug = await _debug._maybe_enter_pm(err)
368367

369368
if not entered_debug:

0 commit comments

Comments
 (0)