mitogen-hq / mitogen

Distributed self-replicating programs in Python
https://mitogen.networkgenomics.com/
BSD 3-Clause "New" or "Revised" License
2.32k stars 197 forks source link

DeprecationWarning: This process (pid=3010) is multi-threaded, use of fork() may lead to deadlocks in the child. #1112

Open moreati opened 1 month ago

moreati commented 1 month ago

Seen in test suite

test_importer (fork_test.DoubleChildTest.test_importer) ... /home/runner/work/mitogen/mitogen/mitogen/fork.py:186: DeprecationWarning: This process (pid=3010) is multi-threaded, use of fork() may lead to deadlocks in the child.
  pid = os.fork()
ok