, 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
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
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
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
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
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
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