[New-bugs-announce] [issue38833] Issue with multiprocessing.Pool & multiprocessing.Queue

Charles Anderson report at bugs.python.org
Sun Nov 17 12:42:34 EST 2019


New submission from Charles Anderson <mmrocksmm12 at gmail.com>:

When calling mp.Pool().apply_async(), and passing a mp.Queue() instance as an argument the execution halts.

This is contrasted by using mp.Manager().Queue() which when passed to apply_async() works as expected.

----------
components: Library (Lib)
files: python_mp_pool_queue_issue.py
messages: 356822
nosy: bigbizze
priority: normal
severity: normal
status: open
title: Issue with multiprocessing.Pool & multiprocessing.Queue
type: behavior
versions: Python 3.8
Added file: https://bugs.python.org/file48719/python_mp_pool_queue_issue.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38833>
_______________________________________


More information about the New-bugs-announce mailing list