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 vstinner
Date 2017-09-01.16:45:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504284347.13.0.276187725111.issue31326@psf.upfronthosting.co.za>
In-reply-to
Content
concurrent.futures.ProcessPoolExecutor.shutdown(wait=True) doesn't wait for the call queue thread, and so test_concurrent_futures randomly emits warnings about dangling threads, especially with PR 3138 of bpo-31234.

Attached PR fixes the issue.
History
Date User Action Args
2017-09-01 16:45:47vstinnersetrecipients: + vstinner
2017-09-01 16:45:47vstinnersetmessageid: <1504284347.13.0.276187725111.issue31326@psf.upfronthosting.co.za>
2017-09-01 16:45:47vstinnerlinkissue31326 messages
2017-09-01 16:45:46vstinnercreate