[Python-ideas] PEP 432: Simplifying the CPython startup sequence

Benjamin Peterson benjamin at python.org
Thu Dec 27 17:29:54 CET 2012


Nick Coghlan <ncoghlan at ...> writes:
> 
> PEP: 432
> Title: Simplifying the CPython startup sequence
b
In general, it looks quite nice. While you're creating new initialization APIs,
it would be nice if they could support (or at least be future compatible with) a
"interpreter context". If we ever get around to killing at the c-level global
state in the interpreter, such a struct would hold the state. For example, it
would be nice if instead of those Py_* option variables, members of a structure
on PyInterpreter were used.




More information about the Python-ideas mailing list