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 njs
Recipients benjamin.peterson, njs
Date 2019-11-06.05:31:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573018285.96.0.197727554046.issue38712@roundup.psfhosted.org>
In-reply-to
Content
I guess a bikeshed question is whether it should be `os.pidfd_send_signal` (like `os.kill`) or `signal.pidfd_send_signal` (like `signal.pthread_kill`).

I don't actually care either way myself :-)
History
Date User Action Args
2019-11-06 05:31:26njssetrecipients: + njs, benjamin.peterson
2019-11-06 05:31:25njssetmessageid: <1573018285.96.0.197727554046.issue38712@roundup.psfhosted.org>
2019-11-06 05:31:25njslinkissue38712 messages
2019-11-06 05:31:25njscreate