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 christian.heimes, eric.snow, gregory.p.smith, lukasz.langa, vstinner
Date 2019-08-26.17:28:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566840490.99.0.846479670853.issue37951@roundup.psfhosted.org>
In-reply-to
Content
FWIW, _posixsubprocess.fork_exec() should be safe to allow.

The only thing within it to disallow, if you're going to bother to check this at all, is any use of the legacy preexec_fn support.
History
Date User Action Args
2019-08-26 17:28:11gregory.p.smithsetrecipients: + gregory.p.smith, vstinner, christian.heimes, lukasz.langa, eric.snow
2019-08-26 17:28:10gregory.p.smithsetmessageid: <1566840490.99.0.846479670853.issue37951@roundup.psfhosted.org>
2019-08-26 17:28:10gregory.p.smithlinkissue37951 messages
2019-08-26 17:28:10gregory.p.smithcreate