[issue11823] disassembly needs to argument counts on calls with keyword args

Alexander Belopolsky report at bugs.python.org
Mon Apr 11 18:08:54 CEST 2011


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

I am posting an unfinished patch (needs additional tests and possibly documentation) to get feedback on whether it would make sense to wait for issue11816 refactoring before implementing this.  Note the code duplication between disassemble and _disassemble_bytes.  I am also not happy about the need for another constant exported from opcode.

----------
keywords: +patch
nosy: +belopolsky
Added file: http://bugs.python.org/file21616/issue11823.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11823>
_______________________________________


More information about the Python-bugs-list mailing list