Skip to content

Exception ignored in: <bound method _ForkHooks.after_fork_in_child of <gevent.threading._ForkHooks object at 0x...>>

Exception ignored in: <bound method _ForkHooks.after_fork_in_child of <gevent.threading._ForkHooks object at 0x7fecd6a46e00>>
Traceback (most recent call last):
  File "/usr/local/venv/lib/python3.10/site-packages/gevent/threading.py", line 398, in after_fork_in_child
    assert not thread.is_alive()
  File "/usr/local/lib/python3.10/threading.py", line 1421, in is_alive
    assert not self._is_stopped and self._started.is_set()
AssertionError:

Follow up in https://github.com/gevent/gevent/issues/2111 but this can be safely ignored for now.