[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 05:40:30 EDT 2017


STINNER Victor added the comment:

> I don't understand how this happens.

If you run "./python -m test --fail-env-changed  -m test_handle_called_with_mp_queue  test_logging" with attached  test_handle_called_with_mp_queue-bug.patch, no finalizer is registered: .join_thread() does nothing, because created_by_this_process is true.

----------

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


More information about the Python-bugs-list mailing list