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 vstinner
Recipients serhiy.storchaka, vstinner
Date 2020-12-15.16:17:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608049071.61.0.586485970494.issue42641@roundup.psfhosted.org>
In-reply-to
Content
> check2 = os.popen('grep "net\.ipv4\.ip_forward" /etc/sysctl.conf /etc/sysctl.d/*').read()

Such code leaks a zombi process when the child process completes, because the parent never reads its exit status :-(
History
Date User Action Args
2020-12-15 16:17:51vstinnersetrecipients: + vstinner, serhiy.storchaka
2020-12-15 16:17:51vstinnersetmessageid: <1608049071.61.0.586485970494.issue42641@roundup.psfhosted.org>
2020-12-15 16:17:51vstinnerlinkissue42641 messages
2020-12-15 16:17:51vstinnercreate