[issue11822] Improve disassembly to show embedded code objects

Serhiy Storchaka report at bugs.python.org
Sat Apr 15 10:30:46 EDT 2017


Serhiy Storchaka added the comment:

The issue was open 6 years ago. The feature could be added in 3.3. But it still not implemented.

Since there are problems with outputting the disassembly of internal code objects expanded in-line, proposed patch just outputs them after the disassembly of the main code object (similar to original Raymond's proposition). This is simpler and doesn't make the output too wide.

----------
versions: +Python 3.7 -Python 3.6

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


More information about the Python-bugs-list mailing list