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 izbyshev, nanjekyejoannah, pablogsal, serhiy.storchaka, vstinner
Date 2019-01-16.14:34:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547649240.81.0.00527714923846.issue35674@roundup.psfhosted.org>
In-reply-to
Content
FYI I modified subprocess to use os.posix_spawnp() when it's available:

New changeset 07858894689047c77f9c12ddc061d30681368d19 by Victor Stinner in branch 'master':
bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)
https://github.com/python/cpython/commit/07858894689047c77f9c12ddc061d30681368d19
History
Date User Action Args
2019-01-16 14:34:02vstinnersetrecipients: + vstinner, serhiy.storchaka, izbyshev, pablogsal, nanjekyejoannah
2019-01-16 14:34:00vstinnersetmessageid: <1547649240.81.0.00527714923846.issue35674@roundup.psfhosted.org>
2019-01-16 14:34:00vstinnerlinkissue35674 messages
2019-01-16 14:34:00vstinnercreate