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 benjamin.peterson
Recipients aeros, asvetlov, benjamin.peterson, nanjekyejoannah, njs, vstinner, yselivanov
Date 2019-11-07.02:57:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <eb754be7-bcef-4cc5-b83f-a5636ee32b6a@www.fastmail.com>
In-reply-to <1573063040.62.0.1225717436.issue38692@roundup.psfhosted.org>
Content
On Wed, Nov 6, 2019, at 09:57, STINNER Victor wrote:
> 
> STINNER Victor <vstinner@python.org> added the comment:
> 
> Would it be useful to use a pidfd in subprocess.Popen to fix bpo-38630 
> root issue, when pidfd is available?

Probably, but as noted above, we need to figure out the best way to integrate pidfds into subprocess. (Probably not in this issue.)
History
Date User Action Args
2019-11-07 02:57:22benjamin.petersonsetrecipients: + benjamin.peterson, vstinner, njs, asvetlov, yselivanov, nanjekyejoannah, aeros
2019-11-07 02:57:22benjamin.petersonlinkissue38692 messages
2019-11-07 02:57:21benjamin.petersoncreate