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 eric.snow, gregory.p.smith
Date 2018-09-13.23:05:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536879946.86.0.956365154283.issue34651@psf.upfronthosting.co.za>
In-reply-to
Content
+1 agreed.  this is the simplest approach to start with.

Code to restrict: os.fork itself and disallowing the use of preexec_fn on subprocess within subinterpreters.

feel free to ignore preexec_fn in subprocess for the time being if desired, we already promise people that it is a bad idea legacy API that we don't want, guaranteed to cause undiagnosable problems and deadlocks at times. :)
History
Date User Action Args
2018-09-13 23:05:46gregory.p.smithsetrecipients: + gregory.p.smith, eric.snow
2018-09-13 23:05:46gregory.p.smithsetmessageid: <1536879946.86.0.956365154283.issue34651@psf.upfronthosting.co.za>
2018-09-13 23:05:46gregory.p.smithlinkissue34651 messages
2018-09-13 23:05:46gregory.p.smithcreate