From f72eabd42aa32426c4db087ac325ace26bf5cde5 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 30 Sep 2021 11:33:07 -0400 Subject: [PATCH] Drop breakpoint owned lock --- tractor/_debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tractor/_debug.py b/tractor/_debug.py index 592813c..763a5c5 100644 --- a/tractor/_debug.py +++ b/tractor/_debug.py @@ -431,7 +431,7 @@ async def _breakpoint( stats = _debug_lock.statistics() if stats.owner: - breakpoint() + print(f'LOCK STATS: {stats}') # with trio.CancelScope(shield=True): # must shield here to avoid hitting a ``Cancelled`` and