Re: [IronPython] Missing func_closure

2007-05-29 Thread Martin Maly
IronPython Subject: [IronPython] Missing func_closure IronPython function objects are missing func_closure attribute. This is hit by decorator module which tries to clone the function object. http://cheeseshop.python.org/pypi/decorator -- Seo Sanghyeon

[IronPython] Missing func_closure

2007-05-27 Thread Sanghyeon Seo
IronPython function objects are missing func_closure attribute. This is hit by decorator module which tries to clone the function object. http://cheeseshop.python.org/pypi/decorator -- Seo Sanghyeon ___ users mailing list users@lists.ironpython.com htt