Hide actor nursery exit frame

switch_to_pdbp
Tyler Goodlet 2023-04-15 19:50:54 -04:00
parent 9ab7c4af01
commit f0db4f14b5
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] = {}