[IronPython] Empty func_defaults

Sanghyeon Seo sanxiyn at gmail.com
Sun Jan 21 16:56:03 CET 2007


def f(): pass
print f.func_defaults

CPython prints None, IronPython prints ().

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list