Amaury Forgeot d'Arc <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3723>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to