Message 356164 - Python tracker
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.)