mitogen
mitogen copied to clipboard
DeprecationWarning: This process (pid=3010) is multi-threaded, use of fork() may lead to deadlocks in the child.
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