From dd23ef1d95da00394d3691d3c8242c58a6ed8017 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 29 Jul 2025 15:05:38 -0400 Subject: [PATCH] Drop duplicated (masked) debugging-`terminate_after`, prolly a rebase slip.. --- tractor/_spawn.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tractor/_spawn.py b/tractor/_spawn.py index 1faadd73..408e793c 100644 --- a/tractor/_spawn.py +++ b/tractor/_spawn.py @@ -236,10 +236,6 @@ async def hard_kill( # whilst also hacking on it XD # terminate_after: int = 99999, - # NOTE: for mucking with `.pause()`-ing inside the runtime - # whilst also hacking on it XD - # terminate_after: int = 99999, - ) -> None: ''' Un-gracefully terminate an OS level `trio.Process` after timeout.