Message 74938 - Python tracker
Message74938
| 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: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 | |