On Wed, Apr 29, 2009 at 8:34 AM, Dino Viehland <di...@microsoft.com> wrote:
> Yep, we're going to make it available via a command line option.  The
> Interesting question is what does IPython need from frames?  Does it
> need locals (which frequently won't be available), globals, the function
> or code, or something else?

I hadn't looked at the source until now, but a cursory glance suggests
that it typically wants to evaluate expressions with the locals (and
globals) from various stack frames.  Could you discuss in a bit more
detail why certain locals wouldn't be available that would otherwise
be available in CPython?

   Mike
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to