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 Yonatan Goldschmidt
Recipients Yonatan Goldschmidt, gregory.p.smith, izbyshev, koobs, pablogsal, ronaldoussoren
Date 2020-06-26.14:40:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593182445.95.0.400256411504.issue35823@roundup.psfhosted.org>
In-reply-to
Content
With issue35537 merged, do we have any intention to get on with this? From what I can tell, it provides roughly the same performance benefit - but works also with close_fds=True, which is the default of Popen, so IMO it's a worthy addition.

I tested a rebase on current master, test_subprocess passes on my Linux box and there are no more -Wclobbered warnings after Alexey's latest change of the do_fork_exec() helper.
History
Date User Action Args
2020-06-26 14:40:45Yonatan Goldschmidtsetrecipients: + Yonatan Goldschmidt, gregory.p.smith, ronaldoussoren, koobs, izbyshev, pablogsal
2020-06-26 14:40:45Yonatan Goldschmidtsetmessageid: <1593182445.95.0.400256411504.issue35823@roundup.psfhosted.org>
2020-06-26 14:40:45Yonatan Goldschmidtlinkissue35823 messages
2020-06-26 14:40:45Yonatan Goldschmidtcreate