Don't shield debugger status wait; it causes hangs
parent
c74c2956e4
commit
e03d3c9fa8
|
@ -384,8 +384,7 @@ async def open_nursery(
|
|||
log.warning(
|
||||
"Root has errored but pdb is active..waiting "
|
||||
"on debug lock")
|
||||
with trio.CancelScope(shield=True):
|
||||
await _debug._pdb_complete.wait()
|
||||
await _debug._pdb_complete.wait()
|
||||
|
||||
raise
|
||||
|
||||
|
|
Loading…
Reference in New Issue