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 eric.snow, grahamd, ncoghlan, pitrou, steve.dower, vstinner
Date 2019-02-13.17:14:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550078068.47.0.707515776849.issue22213@roundup.psfhosted.org>
In-reply-to
Content
PEP 432 will allow to give with fine control on parameters used to initialize Python. Sadly, I failed to agree with Nick Coghlan and Eric Snow on the API. The current implementation (_PyCoreConfig and _PyMainInterpreterConfig) has some flaw (don't separate clearly the early initialization and Unicode-ready state, the interpreter contains main and core config whereas some options are duplicated in both configs, etc.).

See also bpo-35706.
History
Date User Action Args
2019-02-13 17:14:28vstinnersetrecipients: + vstinner, ncoghlan, pitrou, grahamd, eric.snow, steve.dower
2019-02-13 17:14:28vstinnersetmessageid: <1550078068.47.0.707515776849.issue22213@roundup.psfhosted.org>
2019-02-13 17:14:28vstinnerlinkissue22213 messages
2019-02-13 17:14:28vstinnercreate