Re: [IronPython] Frames in IronPython

2009-01-02 Thread Dino Viehland
, January 01, 2009 6:36 AM To: Discussion of IronPython Subject: Re: [IronPython] Frames in IronPython Jeff Hardy wrote: > On Wed, Dec 31, 2008 at 9:22 AM, Curt Hagenlocher > wrote: > >> As I understand it, the biggest problem with getframe has always been >> its performance

Re: [IronPython] Frames in IronPython

2009-01-01 Thread Michael Foord
Jeff Hardy wrote: On Wed, Dec 31, 2008 at 9:22 AM, Curt Hagenlocher wrote: As I understand it, the biggest problem with getframe has always been its performance implications. Would you want all IronPython code to be slowed down so that this feature is supported? What if you needed to opt-i

Re: [IronPython] Frames in IronPython

2008-12-31 Thread Jeff Hardy
On Wed, Dec 31, 2008 at 9:07 AM, Seo Sanghyeon wrote: > 2008/12/31 Jeff Hardy : >> I don't know what the feature list is going to be for 2.1, but I'd >> like to see frame objects near the top. Almost every piece of Python >> code I've tried uses them in some way. Often it's for debugging >> purpos

Re: [IronPython] Frames in IronPython

2008-12-31 Thread Jeff Hardy
On Wed, Dec 31, 2008 at 9:22 AM, Curt Hagenlocher wrote: > As I understand it, the biggest problem with getframe has always been > its performance implications. Would you want all IronPython code to > be slowed down so that this feature is supported? What if you needed > to opt-in on the command

Re: [IronPython] Frames in IronPython

2008-12-31 Thread Dan Eloff
On Wed, Dec 31, 2008 at 11:22 AM, Curt Hagenlocher wrote: > On Tue, Dec 30, 2008 at 9:00 PM, Jeff Hardy wrote: >> >> I don't know what the feature list is going to be for 2.1, but I'd >> like to see frame objects near the top. > > As I understand it, the biggest problem with getframe has always b

Re: [IronPython] Frames in IronPython

2008-12-31 Thread Curt Hagenlocher
On Tue, Dec 30, 2008 at 9:00 PM, Jeff Hardy wrote: > > I don't know what the feature list is going to be for 2.1, but I'd > like to see frame objects near the top. As I understand it, the biggest problem with getframe has always been its performance implications. Would you want all IronPython co

Re: [IronPython] Frames in IronPython

2008-12-31 Thread Seo Sanghyeon
2008/12/31 Jeff Hardy : > I don't know what the feature list is going to be for 2.1, but I'd > like to see frame objects near the top. Almost every piece of Python > code I've tried uses them in some way. Often it's for debugging > purposes (and can be worked around), but not always. Trac has this