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 SpecLad, giampaolo.rodola, njs, oconnor663, vstinner
Date 2020-12-03.09:42:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606988574.7.0.626676984683.issue38630@roundup.psfhosted.org>
In-reply-to
Content
On Linux, a pidfd file descriptor can be created with os.pidfd_open() (added to Python 3.9). It would avoid even more race conditions. The best would be to request a pidfd file descriptor directly when we spawn the process which is possible on recent Linux kernel versions.

> we should probably document it clearly in Popen.send_signal() and all of its callers that these functions might reap the child.

Feel free to propose a PR to document the behavior.

I'm not sure of what you mean by send_signal() which "reaps" the child process.

See also bpo-40550.

Anyway, this issue and bpo-40550 are closed. I suggest to open a new issue to enhance the documentation.
History
Date User Action Args
2020-12-03 09:42:54vstinnersetrecipients: + vstinner, giampaolo.rodola, njs, SpecLad, oconnor663
2020-12-03 09:42:54vstinnersetmessageid: <1606988574.7.0.626676984683.issue38630@roundup.psfhosted.org>
2020-12-03 09:42:54vstinnerlinkissue38630 messages
2020-12-03 09:42:54vstinnercreate