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 vstinner
Recipients eryksun, ezio.melotti, paul.moore, steve.dower, tim.golden, twoone3, vstinner, zach.ware
Date 2020-10-05.13:14:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601903684.94.0.443009445625.issue41941@roundup.psfhosted.org>
In-reply-to
Content
PyConfig_InitIsolatedConfig() reduces side effects on the process. For example, it doesn't set the LC_CTYPE locale and it doesn't change the standard streams (stdio).

config_init_stdio() is not called in an isolated configuration:

https://github.com/python/cpython/blob/dcc54215ac1eb4b6fab2a9ffe1abcdf3ac4bb77e/Python/initconfig.c#L1855

https://github.com/python/cpython/blob/dcc54215ac1eb4b6fab2a9ffe1abcdf3ac4bb77e/Python/initconfig.c#L1809-L1817
History
Date User Action Args
2020-10-05 13:14:44vstinnersetrecipients: + vstinner, paul.moore, tim.golden, ezio.melotti, zach.ware, eryksun, steve.dower, twoone3
2020-10-05 13:14:44vstinnersetmessageid: <1601903684.94.0.443009445625.issue41941@roundup.psfhosted.org>
2020-10-05 13:14:44vstinnerlinkissue41941 messages
2020-10-05 13:14:44vstinnercreate