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 pablogsal, vstinner
Date 2019-12-18.17:05:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576688709.02.0.354822807512.issue38546@roundup.psfhosted.org>
In-reply-to
Content
> bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652)

I tested manually on the RHEL8 worker and I confirm that this change prevents the reap_children() warning.

I close the issue. The change will be shortly backported to 3.7 and 3.8.

--

I'm not sure if PR 17640 is useful, let's discuss it on the PR directly.
History
Date User Action Args
2019-12-18 17:05:09vstinnersetrecipients: + vstinner, pablogsal
2019-12-18 17:05:09vstinnersetmessageid: <1576688709.02.0.354822807512.issue38546@roundup.psfhosted.org>
2019-12-18 17:05:08vstinnerlinkissue38546 messages
2019-12-18 17:05:08vstinnercreate