[IronPython] Frames in IronPython
Seo Sanghyeon
sanxiyn at gmail.com
Wed Dec 31 08:07:44 PST 2008
2008/12/31 Jeff Hardy <jdhardy at gmail.com>:
> 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
> lovely piece of code:
This is pretty sad state of affair, especially considering that such
(like Trac's) use of getting frame local is usually unnecessary with
a bit of metaclass.
--
Seo Sanghyeon
More information about the Users
mailing list