[New-bugs-announce] [issue33367] Multiprocessing Pool workers initiated with maxtasksperchild do not execute when sharing logging

Soumyadipta Das report at bugs.python.org
Thu Apr 26 11:25:51 EDT 2018


New submission from Soumyadipta Das <das.soumyadipta.81 at gmail.com>:

When Multiprocessing Pool is initiated with maxtasksperchild and is sharing logging with the root process some workers do not execute. This  is only on Python 2.7 and not on Python 3. Also bug is present only on linux and not on windows.

----------
files: bugdemo.py
messages: 315804
nosy: Soumyadipta Das
priority: normal
severity: normal
status: open
title: Multiprocessing Pool workers initiated with maxtasksperchild do not execute when sharing logging
type: behavior
versions: Python 2.7
Added file: https://bugs.python.org/file47551/bugdemo.py

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


More information about the New-bugs-announce mailing list