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 efiop, eryksun, gregory.p.smith, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-07-01.08:19:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561969196.96.0.893239047965.issue37380@roundup.psfhosted.org>
In-reply-to
Content
> To me, it doesn't seem dangerous to backport that, but I would love to hear what Eryk and others think :)

In my experience, any change is dangerous :-)

The initial bug doesn't contain any reproducer. I'm talking about:

> If one of the processes in that list is gone, then (...) "The handle is invalid" (...) will prevent you from creating any new processes with Popen after that

It's the first time that I see such bug report. It seems like subprocess works for most people :-) Can you elobrate how to reproduce this issue to justify a backport?
History
Date User Action Args
2019-07-01 08:19:57vstinnersetrecipients: + vstinner, gregory.p.smith, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, efiop
2019-07-01 08:19:56vstinnersetmessageid: <1561969196.96.0.893239047965.issue37380@roundup.psfhosted.org>
2019-07-01 08:19:56vstinnerlinkissue37380 messages
2019-07-01 08:19:56vstinnercreate