Message74938
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)" |
|
Date |
User |
Action |
Args |
2008-10-17 21:24:43 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, loewis, benjamin.peterson, djc, grahamd |
2008-10-17 21:24:43 | amaury.forgeotdarc | set | messageid: <1224278683.18.0.6376414255.issue3723@psf.upfronthosting.co.za> |
2008-10-17 21:24:35 | amaury.forgeotdarc | link | issue3723 messages |
2008-10-17 21:24:35 | amaury.forgeotdarc | create | |
|