From bb17d39c4e23c994c3a2550e0a108ba1c6f59c00 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 13 May 2025 17:39:53 -0400 Subject: [PATCH] Cherry-pick conflict resolution Orig commit was, "9c0de24 Be explicit with `SpawnSpec` processing in subs" The commit was picked onto an upstream branch but at that time there was no `.devx.debug` subpkg yet, hence this revert to the original patch's module path. --- tractor/_runtime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tractor/_runtime.py b/tractor/_runtime.py index 72d4ab2d..758e5685 100644 --- a/tractor/_runtime.py +++ b/tractor/_runtime.py @@ -237,7 +237,7 @@ class Actor: # TODO? only add this when `is_debug_mode() == True` no? # always include debugging tools module if _state.is_root_process(): - enable_modules.append('tractor.devx.debug') + enable_modules.append('tractor.devx.debug._tty_lock') self.enable_modules: dict[str, str] = get_mod_nsps2fps( mod_ns_paths=enable_modules,