[IronPython] sys._getframe(n)?

Dino Viehland dinov at microsoft.com
Wed Apr 29 17:34:38 CEST 2009


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 think bug 1042 is the one to vote on:
http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=1042


> -----Original Message-----
> From: users-bounces at lists.ironpython.com [mailto:users-
> bounces at lists.ironpython.com] On Behalf Of Mike Krell
> Sent: Wednesday, April 29, 2009 6:19 AM
> To: Users at lists.ironpython.com
> Subject: [IronPython] sys._getframe(n)?
> 
> Is it true that the dev team is considering implementing
> sys._getframe(n) where n > 0?  I'd love to see this since my
> understanding is that this is a stumbling block for running IronPython
> under IPython.
> 
> Is there an issue number on CodePlex on this that I can vote for?
> 
>    Thanks,
>    Mike
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list