Never double add parent task's error to `ActorNursery`

egs_with_ctx_res_consumption
Tyler Goodlet 2022-10-13 15:27:04 -04:00
parent c5091afa38
commit 62fc462580
1 changed files with 0 additions and 2 deletions

View File

@ -347,8 +347,6 @@ async def _open_and_supervise_one_cancels_all_nursery(
anursery._join_procs.set() anursery._join_procs.set()
except BaseException as err: except BaseException as err:
errors[actor.uid] = err
# If we error in the root but the debugger is # If we error in the root but the debugger is
# engaged we don't want to prematurely kill (and # engaged we don't want to prematurely kill (and
# thus clobber access to) the local tty since it # thus clobber access to) the local tty since it