This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eleven.xiang
Recipients eleven.xiang, vstinner
Date 2021-09-29.09:27:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632907667.81.0.9285130012.issue45308@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-09-29 09:27:47eleven.xiangsetrecipients: + eleven.xiang, vstinner
2021-09-29 09:27:47eleven.xiangsetmessageid: <1632907667.81.0.9285130012.issue45308@roundup.psfhosted.org>
2021-09-29 09:27:47eleven.xianglinkissue45308 messages
2021-09-29 09:27:47eleven.xiangcreate