Never double add parent task's error to `ActorNursery`
parent
c5091afa38
commit
62fc462580
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue