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 dhduvall
Recipients alex, benjamin.peterson, dhduvall, gennad, gregory.p.smith, neologix
Date 2016-07-01.19:02:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Oh, for what it's worth, Solaris added setsid support to posix_spawn a few years ago, as a result of this conversation.  I still think it would be worthwhile supporting this in the stdlib, since we keep running into processes which have a lot of memory reserved and can't fork some small program because they're running in a memory-limited environment.
History
Date User Action Args
2016-07-01 19:02:47dhduvallsetrecipients: + dhduvall, gregory.p.smith, benjamin.peterson, alex, neologix, gennad
2016-07-01 19:02:47dhduvallsetmessageid: <[email protected]>
2016-07-01 19:02:47dhduvalllinkissue20104 messages
2016-07-01 19:02:47dhduvallcreate