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 gregory.p.smith
Recipients John Jones, alex, benjamin.peterson, dhduvall, gennad, gregory.p.smith, martin.panter, ned.deily, neologix, pablogsal, serhiy.storchaka, vstinner
Date 2018-04-01.19:11:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522609870.88.0.467229070634.issue20104@psf.upfronthosting.co.za>
In-reply-to
Content
PR 6332 is overall a good cleanup.  I pushed a couple changes to that PR and left comments for some others.  It should go in.

There are basic tests for os.posix_spawn in test_posix.py.  More would be nice as we don't currently have any for the error paths.

The API is intentionally low level and simple as that is what the os (posix) module is all about.
History
Date User Action Args
2018-04-01 19:11:10gregory.p.smithsetrecipients: + gregory.p.smith, vstinner, benjamin.peterson, ned.deily, alex, dhduvall, neologix, gennad, martin.panter, serhiy.storchaka, John Jones, pablogsal
2018-04-01 19:11:10gregory.p.smithsetmessageid: <1522609870.88.0.467229070634.issue20104@psf.upfronthosting.co.za>
2018-04-01 19:11:10gregory.p.smithlinkissue20104 messages
2018-04-01 19:11:10gregory.p.smithcreate