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 ncoghlan
Recipients eric.snow, grahamd, ncoghlan, pitrou, steve.dower, vstinner
Date 2019-02-16.16:21:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550334061.0.0.552084661769.issue22213@roundup.psfhosted.org>
In-reply-to
Content
Note also that Eric and I haven't failed to agree with Victor on an API, as Victor hasn't actually written a concrete proposal *for* a public API (neither as a PR updating PEP 432, nor as a separate PEP).

The current implementation does NOT follow the PEP as written, because _Py_CoreConfig ended up with all the settings in it, when it's supposed to be just the bare minimum needed to get the interpreter to a point where it can run Python code that only accesses builtin and frozen modules.
History
Date User Action Args
2019-02-16 16:21:01ncoghlansetrecipients: + ncoghlan, pitrou, vstinner, grahamd, eric.snow, steve.dower
2019-02-16 16:21:00ncoghlansetmessageid: <1550334061.0.0.552084661769.issue22213@roundup.psfhosted.org>
2019-02-16 16:21:00ncoghlanlinkissue22213 messages
2019-02-16 16:21:00ncoghlancreate