forked from goodboy/tractor
1
0
Fork 0

Hide actor nursery exit frame

proper_breakpoint_hooking
Tyler Goodlet 2023-04-15 19:50:54 -04:00
parent 61b3a72b7c
commit d0a65e8922
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ async def _open_and_supervise_one_cancels_all_nursery(
) -> typing.AsyncGenerator[ActorNursery, None]:
# TODO: yay or nay?
# __tracebackhide__ = True
__tracebackhide__ = True
# the collection of errors retreived from spawned sub-actors
errors: dict[tuple[str, str], BaseException] = {}