[IronPython] type.__call__ again

Sanghyeon Seo sanxiyn at gmail.com
Tue Jan 23 12:49:10 CET 2007


CPython
>>> type.__call__(object)
<object object at ...>

IronPython
>>> type.__call__(object)
<type 'type'>

Something's wrong...

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list