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 izbyshev
Recipients gregory.p.smith, izbyshev, patrick.mclean
Date 2020-10-25.14:25:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603635942.52.0.483321084786.issue42146@roundup.psfhosted.org>
In-reply-to
Content
I've submitted both PRs.

Regarding PR 22970:

* I made it a draft since we'd probably want to fix the leak first, but then it will have to be rebased. 

* It fixes a bug with _enable_gc(): if it failed after fork(), we'd raise OSError instead. Additionally, if fork() succeeded(), the errno inside OSError would be zero, and we'd leak the child process.
History
Date User Action Args
2020-10-25 14:25:42izbyshevsetrecipients: + izbyshev, gregory.p.smith, patrick.mclean
2020-10-25 14:25:42izbyshevsetmessageid: <1603635942.52.0.483321084786.issue42146@roundup.psfhosted.org>
2020-10-25 14:25:42izbyshevlinkissue42146 messages
2020-10-25 14:25:42izbyshevcreate