[issue3723] Py_NewInterpreter does not work

Amaury Forgeot d'Arc report at bugs.python.org
Fri Oct 17 23:24:43 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

I think the patch goes in the right direction.

But in addition, Py_NewInterpreter() has to call initstdio() between initmain() and initsite() (the same sequence as in Py_InitializeEx)
Found by using the following command string in importexc.c:
  "import types; print(types.XXX)"

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3723>
_______________________________________


More information about the Python-bugs-list mailing list