Issue 33367: Multiprocessing Pool workers initiated with maxtasksperchild do not execute when sharing logging (original) (raw)

Issue33367

Created on 2018-04-26 15:25 by Soumyadipta Das, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
bugdemo.py Soumyadipta Das,2018-04-26 15:25
Messages (2)
msg315804 - (view) Author: Soumyadipta Das (Soumyadipta Das) * Date: 2018-04-26 15:25
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.
msg396075 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-06-18 17:00
Closing as this is a Python 2.7-only issue and 2.7 is no longer maintained.
History
Date User Action Args
2022-04-11 14:58:59 admin set github: 77548
2021-06-18 17:00:00 iritkatriel set status: open -> closednosy: + iritkatrielmessages: + resolution: out of datestage: resolved
2018-09-17 06:26:26 xtreak set nosy: + xtreak
2018-09-16 13:56:16 Soumyadipta Das set nosy: + vinay.sajip
2018-09-16 13:55:00 Soumyadipta Das set nosy: + pitrou
2018-04-26 15:25:51 Soumyadipta Das create