[IronPython] sys._getframe(n)?

2009-04-29 Thread Mike Krell
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

Re: [IronPython] sys._getframe(n)?

2009-04-29 Thread Dino Viehland
://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=1042 -Original Message- From: users-boun...@lists.ironpython.com [mailto:users- boun...@lists.ironpython.com] On Behalf Of Mike Krell Sent: Wednesday, April 29, 2009 6:19 AM To: Users@lists.ironpython.com Subject: [IronPython] sys._getframe

Re: [IronPython] sys._getframe(n)?

2009-04-29 Thread Mike Krell
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,

Re: [IronPython] sys._getframe(n)?

2009-04-29 Thread Curt Hagenlocher
On Wed, Apr 29, 2009 at 6:19 PM, Mike Krell mbk.li...@gmail.com wrote: 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