New submission from Soumyadipta Das <das.soumyadipta...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue33367>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to