eleven xiang <eleven.xi...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue45308> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com