mitogen icon indicating copy to clipboard operation
mitogen copied to clipboard

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

Open moreati opened this issue 1 year ago • 0 comments

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

moreati avatar Aug 29 '24 08:08 moreati