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 db3l, pablogsal, vstinner
Date 2019-11-24.22:16:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574633764.22.0.598222675863.issue38547@roundup.psfhosted.org>
In-reply-to
Content
> I think this needs to be fixed or process groups in regrtest should be limited or reverted.

What do you mean by "limited"?

Process groups really help to prevent to leak grandchild processes in multiprocessing tests, when tests are interrupted manually by CTRL+C or by a timeout (sadly, only when the timeout is handled by regrtest, not when it's handled by faulthandler).

See bpo-38502 for the rationale.
History
Date User Action Args
2019-11-24 22:16:04vstinnersetrecipients: + vstinner, db3l, pablogsal
2019-11-24 22:16:04vstinnersetmessageid: <1574633764.22.0.598222675863.issue38547@roundup.psfhosted.org>
2019-11-24 22:16:04vstinnerlinkissue38547 messages
2019-11-24 22:16:03vstinnercreate