Bug in Py_Finalize() ?

Owen F. Ransen ransen_spam_me_not at nemo.it
Sun Mar 4 11:15:39 EST 2001


On Fri, 02 Mar 2001 09:32:12 GMT, ransen_spam_me_not at nemo.it (Owen F.
Ransen) wrote:

With Python 2.1b1 this now works

    for (UINT i = 0 ; i < 100 ; i++) {
        Py_Initialize () ;
        Py_Finalize () ;
    }

This is all the Python I am using in my VC6
MFC based program in the InitInstance function
and which previously crashed Python.


--
Owen F. Ransen
http://www.ransen.com/
Home of Gliftic & Repligator Image Generators



More information about the Python-list mailing list