[issue30886] multiprocessing.Queue.join_thread() does nothing if created and use in the same process

STINNER Victor report at bugs.python.org
Mon Jul 10 06:21:47 EDT 2017


STINNER Victor added the comment:

> Oh, that's because you're calling join_thread() explicitly.  I see.  I agree that the fix looks desirable then.

FYI I added join_thread() in my first attempt to fix "Warning -- threading._dangling was modified by test_logging": bpo-30131, commit 8ca2f2faefa8dba323a2e4c4b86efb633d7a53cf. I expected that join_thread() would... join the thread :-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30886>
_______________________________________


More information about the Python-bugs-list mailing list