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 giampaolo.rodola, njs, vstinner
Date 2019-11-05.23:10:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572995439.63.0.260461992962.issue38630@roundup.psfhosted.org>
In-reply-to
Content
> It sounds like there's actually nothing to do here? (Except maybe eventually switch to pidfd or similar, but Victor says he wants to use a different issue for that.) Can this be closed?

I opened this issue to propose PR 16984. Did you notice the PR?

In short, I propose to call poll() before calling os.kill() in send_signal().
History
Date User Action Args
2019-11-05 23:10:39vstinnersetrecipients: + vstinner, giampaolo.rodola, njs
2019-11-05 23:10:39vstinnersetmessageid: <1572995439.63.0.260461992962.issue38630@roundup.psfhosted.org>
2019-11-05 23:10:39vstinnerlinkissue38630 messages
2019-11-05 23:10:39vstinnercreate