[issue42849] pool worker can't be terminated

2021-01-15 Thread ppperry
ppperry added the comment: duplicate of issue22393? -- nosy: +ppperry ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue42849] pool worker can't be terminated

2021-01-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: 3.7 has not gotten bug fixes for a couple of years. This needs to be verified on a current release. -- nosy: +davin, pitrou, terry.reedy ___ Python tracker

[issue42849] pool worker can't be terminated

2021-01-06 Thread Zhesi Huang
New submission from Zhesi Huang : i see a case, the worker proc of pool can't be terminated, i try kill -SIGTERM or -SIGINT, but it still can't terminated the worker proc, then the pool __exit__ will hang forever ``` class NonDaemonProcess(multiprocessing.Process): #