Add an obnoxious error message on internal failures

infect_asyncio_backup
Tyler Goodlet 2020-07-20 16:06:50 -04:00
parent c3484f83f0
commit 53e04a01a9
1 changed files with 1 additions and 0 deletions

View File

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