[issue45308] multiprocessing default fork child process will not free object, which is inherited from parent process

eleven xiang report at bugs.python.org
Wed Sep 29 05:27:47 EDT 2021


eleven xiang <eleven.xiang at gmail.com> added the comment:

I am not asking for your help to use python.
What I post here is to want to report a potential issue about multiprocessing module.

This issue is the default start method fork will not free the object, but other methods works normally.
When I change to use os.fork() APIs, it also could free object in child process.

So I think it is a bug that multiprocessing fork method doesn't free object in child process.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45308>
_______________________________________


More information about the Python-bugs-list mailing list