New submission from Benjamin Peterson:

This hangs reliably for me on master:

$ ./python -m test.regrtest test_multiprocessing_fork test_subprocess

It looks like test_multiprocessing_fork doesn't clean up some of its 
subprocesses and then test_subprocess hangs on waitpid(0) forever.

----------
components: Tests
messages: 302143
nosy: benjamin.peterson
priority: normal
severity: normal
status: open
title: test_multiprocessing_fork hangs test_subprocess
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31463>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to