ソースを参照

GeneratorExit

justheuristic 3 年 前
コミット
340774ef0d
1 ファイル変更0 行追加1 行削除
  1. 0 1
      hivemind/averaging/averager.py

+ 0 - 1
hivemind/averaging/averager.py

@@ -468,7 +468,6 @@ class DecentralizedAverager(mp.Process, ServicerBase):
                     MatchmakingException,
                     AssertionError,
                     StopAsyncIteration,
-                    GeneratorExit,
                     asyncio.CancelledError,
                     asyncio.InvalidStateError,
                     P2PHandlerError,