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 izbyshev
Recipients gregory.p.smith, izbyshev, nanjekyejoannah, pablogsal, pitrou, serhiy.storchaka, vstinner
Date 2018-12-20.12:42:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545309769.41.0.788709270274.issue35537@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy, PyOS_* functions are called only if preexec_fn != None. But it will never be possible to implement support for preexec_fn (and some other subprocess features, e.g. close_fds) if processes are run via posix_spawn, so I don't see why anything should be done with those functions.
History
Date User Action Args
2018-12-20 12:42:49izbyshevsetrecipients: + izbyshev, gregory.p.smith, pitrou, vstinner, serhiy.storchaka, pablogsal, nanjekyejoannah
2018-12-20 12:42:49izbyshevsetmessageid: <1545309769.41.0.788709270274.issue35537@psf.upfronthosting.co.za>
2018-12-20 12:42:49izbyshevlinkissue35537 messages
2018-12-20 12:42:49izbyshevcreate