From 0de779012da684f366176f6404097706525a06be Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 18 Oct 2023 15:01:04 -0400 Subject: [PATCH] Change old `._debug._pause()` name, cherry to #362 re `greenback` --- tractor/_debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tractor/_debug.py b/tractor/_debug.py index d5f5f4f1..3a957335 100644 --- a/tractor/_debug.py +++ b/tractor/_debug.py @@ -812,7 +812,7 @@ def pause_from_sync() -> None: # waiting.. not the most ideal but works for now ;) greenback.await_( actor._service_n.start(partial( - _pause, + pause, debug_func=None, # release_lock_signal=task_can_release_tty_lock, ))