Re: [python-win32] Strange order of OnEnter/LeaveScript site methods in application hosting Python active scripting engine

2013-05-30 Thread Milan Kaše
I tried to take stack dumps (attached bellow) and it seems that the first pair of calls is coming from CompileInScriptedSection while the second pair is from ExecInScriptedSection. Do you have a clue what's going on here? 0. *** OnEnterScript *** 0.00142864 File "C:\Python27\lib\site-pack

Re: [python-win32] Strange order of OnEnter/LeaveScript site methods in application hosting Python active scripting engine

2013-05-30 Thread Mark Hammond
On 31/05/2013 5:33 AM, Milan Kaše wrote: I tried to take stack dumps (attached bellow) and it seems that the first pair of calls is coming from CompileInScriptedSection while the second pair is from ExecInScriptedSection. Do you have a clue what's going on here? Right - script blocks are compil