mysterious Py_Finalize
Achim Domma
achim.domma at syynx.de
Sun Feb 3 13:23:34 EST 2002
More information about the Python-list mailing list
Sun Feb 3 13:23:34 EST 2002
- Previous message (by thread): Idle wait for outstanding threads?
- Next message (by thread): SilverCity 0.1.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I'm still writing a ISAPI dll for IIS which embeds Python. After hours searching for a reason why I could not import win32com I found out that all my problems are gone if I NOT call Py_Finalize at the end of my code !? If I use threads Py_Finalize crashes my IIS, if I don't use them Python seems to remain in an undefined state after Py_Finalize. Can somebody explain to me for what Py_Finalize is good for if it's best to simply ignore it ? greetings Achim
- Previous message (by thread): Idle wait for outstanding threads?
- Next message (by thread): SilverCity 0.1.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list