[issue33367] Multiprocessing Pool workers initiated with maxtasksperchild do not execute when sharing logging

2021-06-18 Thread Irit Katriel
Irit Katriel added the comment: Closing as this is a Python 2.7-only issue and 2.7 is no longer maintained. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue33367] Multiprocessing Pool workers initiated with maxtasksperchild do not execute when sharing logging

2018-09-17 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33367] Multiprocessing Pool workers initiated with maxtasksperchild do not execute when sharing logging

2018-09-16 Thread Soumyadipta Das
Change by Soumyadipta Das : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33367] Multiprocessing Pool workers initiated with maxtasksperchild do not execute when sharing logging

2018-09-16 Thread Soumyadipta Das
Change by Soumyadipta Das : -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33367] Multiprocessing Pool workers initiated with maxtasksperchild do not execute when sharing logging

2018-04-26 Thread Soumyadipta Das
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