[IronPython] inspect.getargspec

Sanghyeon Seo sanxiyn at gmail.com
Tue Dec 26 09:09:26 CET 2006


https://svn.sourceforge.net/svnroot/fepy/trunk/patches/1.1a1/patch-ironpython-flags-and-argcount
https://svn.sourceforge.net/svnroot/fepy/trunk/patches/stdlib/2.4.4/patch-stdlib-inspect-avoid-disassemble

patch-ironpython-flags-and-argcount
This patch fixes bugs in co_flags and co_argcount attributes of code objects.

patch-stdlib-inspect-avoid-disassemble
This patch lets inspect.getargspec() to avoid disassembling Python
bytecode when anonymous tuple arguments are not present.

This should suffice to let inspect.getargspec work on IronPython,
except for anonymous tuple arguments.

Enjoy!

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list