[New-bugs-announce] [issue33997] multiprocessing Pool hangs in terminate()

Erik Wolf report at bugs.python.org
Fri Jun 29 08:37:53 EDT 2018


New submission from Erik Wolf <erik.wolf.87 at gmail.com>:

The terminate() method of multiprocessing.Pool hangs sporadically.
I could track this issue down to the fact that _handle_results() hangs in the outqueue-cleanup. poll() returned True but get() actually hangs endlessly never returning any data.

----------
components: Windows
messages: 320713
nosy: Erik Wolf, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: multiprocessing Pool hangs in terminate()
type: behavior
versions: Python 3.6, Python 3.7

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


More information about the New-bugs-announce mailing list