[issue11816] Refactor the dis module to provide better building blocks for bytecode analysis

Nick Coghlan report at bugs.python.org
Thu Nov 24 04:56:08 CET 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Meador's suggested name change has grown on me, so I plan to switch the name of the new API to "get_instructions()" and the new class to "Instruction".

----------
assignee: rhettinger -> ncoghlan

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


More information about the Python-bugs-list mailing list