[issue37242] sub-process would be terminated when registered finalizers are still running

2019-06-12 Thread mrqianjinsi
Change by mrqianjinsi : -- title: sub-process would be terminated when registered finalizers are working -> sub-process would be terminated when registered finalizers are still running ___ Python tracker <https://bugs.python.org/issu

[issue37242] sub-process would be terminated when registered finalizers are working

2019-06-12 Thread mrqianjinsi
Change by mrqianjinsi : -- title: sub-process would be terminated when registered finalizer are working -> sub-process would be terminated when registered finalizers are working ___ Python tracker <https://bugs.python.org/issu

[issue37242] sub-process would be terminated when registered finalizer are working

2019-06-12 Thread mrqianjinsi
New submission from mrqianjinsi : Hi guys. I'm using multiprocessing module to accelerate my program. and I want to do some cleanup work when sub-process exit. but I found that sub-process would be terminated when registered finalizer are working. Is this behavior designed intentio