This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients benjamin.peterson, hroncok, pablogsal, pitrou, vstinner
Date 2018-06-27.20:39:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530131986.82.0.56676864532.issue31463@psf.upfronthosting.co.za>
In-reply-to
Content
> This hangs reliably for me on master:
> $ ./python -m test.regrtest test_multiprocessing_fork test_subprocess

FYI right now, this command doesn't hang anymore.

> ValueError: signal number 32 out of range

This bug has been fixed by bpo-33332.

> Let's take another look at the issue: why does test_subprocess need to know about all child processes, rather than those that were launched during test_subprocess?

This issue should be fixed by my commit 11045c9d8a21dd9bd182a3939189db02815f9783.

It seems like all issues described here have been fixed and so I close the issue. If an issue is not properly fixed, maybe it's better to open a new issue since this one has long history and described multiple unrelated bugs.
History
Date User Action Args
2018-06-27 20:39:46vstinnersetrecipients: + vstinner, pitrou, benjamin.peterson, hroncok, pablogsal
2018-06-27 20:39:46vstinnersetmessageid: <1530131986.82.0.56676864532.issue31463@psf.upfronthosting.co.za>
2018-06-27 20:39:46vstinnerlinkissue31463 messages
2018-06-27 20:39:46vstinnercreate