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 christian.heimes
Recipients adamwill, christian.heimes, eric.snow, gregory.p.smith, lukasz.langa, miss-islington, vstinner
Date 2019-10-07.19:55:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570478139.04.0.280222280586.issue37951@roundup.psfhosted.org>
In-reply-to
Content
I'll address the issue in FreeIPA.

The ipautil.run() function is a helper around subprocess.Popen. The function always installs a preexec_fn in case it needs to change umask or drop priviliges. The WSGI server does not need these features.
History
Date User Action Args
2019-10-07 19:55:39christian.heimessetrecipients: + christian.heimes, gregory.p.smith, vstinner, lukasz.langa, eric.snow, adamwill, miss-islington
2019-10-07 19:55:39christian.heimessetmessageid: <1570478139.04.0.280222280586.issue37951@roundup.psfhosted.org>
2019-10-07 19:55:39christian.heimeslinkissue37951 messages
2019-10-07 19:55:38christian.heimescreate