Add an obnoxious error message on internal failures

wip_fix_asyncio_gen_streaming
Tyler Goodlet 2020-07-20 16:06:50 -04:00
parent a9985c0c01
commit 5f0ed8e7bd
1 changed files with 1 additions and 0 deletions

View File

@ -1082,6 +1082,7 @@ class Actor:
def is_infected_aio(self) -> bool: def is_infected_aio(self) -> bool:
return self._infected_aio return self._infected_aio
class Arbiter(Actor): class Arbiter(Actor):
"""A special actor who knows all the other actors and always has """A special actor who knows all the other actors and always has
access to a top level nursery. access to a top level nursery.