I'm working on an application that does some IE automation via the COM interface. I'm running in a free thread model, sys.coint_flags = 0, and starting IE with win32.com.client.DispatchWIthEvents("InternetExplorer.Application", event_handler_class). Events are arriving as revealed by print statements in the event handling routines. Unfortunately, testing suggest that the event handling routines are being reentered (a win32 mutex can not be got because the event routines were reentered BEFORE it was released).
Does anyone know if it is or is not possible for the event handlers to be re-entered under this interface? Thanks. Richard
_______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32