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
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
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