
Dec. 28, 2012
5:50 a.m.
On Thu, Dec 27, 2012 at 9:29 AM, Benjamin Peterson <benjamin@python.org> wrote:
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.
This is exactly what I was wondering, a la subinterpreter support. -eric