Re: [Ironpython-users] Gradually executing a python script

2012-07-25 Thread Dino Viehland
Markus wrote: > I always found it a deficiency of IronPython settrace that it does not offer > events for calls to non-IronPython .NET methods (either statically compiled > from C#/VB/F#... or from other dynamic languages). > > cPython has c_call, c_return and c_exception for this. Maybe IronPyt

Re: [Ironpython-users] Gradually executing a python script

2012-07-25 Thread Jeff Hardy
On Wed, Jul 25, 2012 at 12:06 AM, Markus Schaber wrote: > Hi, Jeff, > > Von: Jeff Hardy [mailto:[email protected]] >> >> On Tue, Jul 24, 2012 at 11:22 AM, Jeff Hardy wrote: >> > >> > sys.settrace is your friend here. Basically, if a robot tries to >> > execute too many lines between yields (i.e.

[Ironpython-users] IronPython, Daily Digest 7/24/2012

2012-07-25 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] Creating a low-permission version of PythonEngine fails post 2.0.0 -- ISSUES 1. [New comment] Creating a low-permission versio

Re: [Ironpython-users] Gradually executing a python script

2012-07-25 Thread Markus Schaber
Hi, Jeff, Von: Jeff Hardy [mailto:[email protected]] > > On Tue, Jul 24, 2012 at 11:22 AM, Jeff Hardy wrote: > > > > sys.settrace is your friend here. Basically, if a robot tries to > > execute too many lines between yields (i.e. per turn), remove it from > > the list of valid robots and show an