Message335692
| 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. |
|