This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, benjamin.peterson, djc, grahamd, loewis
Date 2008-10-17.21:24:35
SpamBayes Score 0.000702316
Marked as misclassified No
Message-id <1224278683.18.0.6376414255.issue3723@psf.upfronthosting.co.za>
In-reply-to
Content
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)"
History
Date User Action Args
2008-10-17 21:24:43amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, benjamin.peterson, djc, grahamd
2008-10-17 21:24:43amaury.forgeotdarcsetmessageid: <1224278683.18.0.6376414255.issue3723@psf.upfronthosting.co.za>
2008-10-17 21:24:35amaury.forgeotdarclinkissue3723 messages
2008-10-17 21:24:35amaury.forgeotdarccreate