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 Geass-LL
Recipients Geass-LL, JelleZijlstra, shihai1991, sxt1001, vstinner
Date 2022-01-22.03:11:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642821082.97.0.00485952190121.issue46454@roundup.psfhosted.org>
In-reply-to
Content
But one more question.
Please take a look at fd.py. In this file, we first close fd 0, then open /dev/null as fd_null, and dump fd_null to fd 0. After we fork new process, this fd 0 `is` inherited.
This seems to be a bug?
History
Date User Action Args
2022-01-22 03:11:23Geass-LLsetrecipients: + Geass-LL, vstinner, JelleZijlstra, shihai1991, sxt1001
2022-01-22 03:11:22Geass-LLsetmessageid: <1642821082.97.0.00485952190121.issue46454@roundup.psfhosted.org>
2022-01-22 03:11:22Geass-LLlinkissue46454 messages
2022-01-22 03:11:22Geass-LLcreate