Change by Soumyadipta Das :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue33367>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Soumyadipta Das :
--
nosy: +pitrou
___
Python tracker
<https://bugs.python.org/issue33367>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Soumyadipta Das :
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