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 Dieter Weber, ncoghlan, paul.moore, pitrou, pyscripter, steve.dower, tds333, tim.golden, vstinner, zach.ware
Date 2019-02-13.17:13:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550078012.15.0.411041529017.issue35706@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.).
History
Date User Action Args
2019-02-13 17:13:32vstinnersetrecipients: + vstinner, paul.moore, ncoghlan, tds333, pitrou, tim.golden, pyscripter, zach.ware, steve.dower, Dieter Weber
2019-02-13 17:13:32vstinnersetmessageid: <1550078012.15.0.411041529017.issue35706@roundup.psfhosted.org>
2019-02-13 17:13:32vstinnerlinkissue35706 messages
2019-02-13 17:13:32vstinnercreate