
Dec. 27, 2012
4:29 p.m.
Nick Coghlan <ncoghlan@...> 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.