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 gregory.p.smith, vstinner
Date 2019-10-08.23:06:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570575970.2.0.0641925650757.issue38417@roundup.psfhosted.org>
In-reply-to
Content
We don't have to for all possible things, doing this just reduced friction for existing uses.  In this case, calling umask in our child ourselves would be easy to support.  (easier than the more important setuid/sid/gid/groups-ish stuff that recently went in)

I'm trying to make sure we track what is blocking people from getting rid of preexec_fn in their existing code so that we can actually deprecate and get rid of the API entirely.
History
Date User Action Args
2019-10-08 23:06:10gregory.p.smithsetrecipients: + gregory.p.smith, vstinner
2019-10-08 23:06:10gregory.p.smithsetmessageid: <1570575970.2.0.0641925650757.issue38417@roundup.psfhosted.org>
2019-10-08 23:06:10gregory.p.smithlinkissue38417 messages
2019-10-08 23:06:10gregory.p.smithcreate