Nick Coghlan added the comment:

To clarify the vague allusion in my last comment, Ron's suggestion was along 
the lines of creating a dis.Bytecode object that encapsulated everything the 
dis module can figure out about a piece of compiled code.

That would mean exposing the kind of info reported in a string by 
dis.code_info() as attributes/properties, and have the proposed "get_opinfo()" 
be the __iter__ method on the disassembled Bytecode objects.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11816>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to