ita added the comment:

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.

----------
nosy: +ita

_____________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1225584>
_____________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to