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 ita
Recipients amiseler, ita, mwh, nascheme
Date 2007-11-25.23:49:36
SpamBayes Score 0.30434215
Marked as misclassified No
Message-id <1196034576.95.0.943716411725.issue1225584@psf.upfronthosting.co.za>
In-reply-to
Content
The following still crashes (python 2.5.1):

        for (int i=0; i<1000; ++i)
        {
                Py_Initialize();
                PyRun_SimpleString("import tarfile\n");
                Py_Finalize();
        }

Bindings such as Swig are adding weird hacks just for avoiding the
finalize call and resetting the variables. Not being able to start from
a clean interpreter is unacceptable.
History
Date User Action Args
2007-11-25 23:49:37itasetspambayes_score: 0.304342 -> 0.30434215
recipients: + ita, mwh, nascheme, amiseler
2007-11-25 23:49:37itasetspambayes_score: 0.304342 -> 0.304342
messageid: <1196034576.95.0.943716411725.issue1225584@psf.upfronthosting.co.za>
2007-11-25 23:49:36italinkissue1225584 messages
2007-11-25 23:49:36itacreate