New submission from STINNER Victor:

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.

----------
messages: 301135
nosy: haypo
priority: normal
severity: normal
status: open
title: concurrent.futures: ProcessPoolExecutor.shutdown(wait=True) should wait 
for the call queue thread
type: resource usage
versions: Python 3.7

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

Reply via email to