[issue11822] Improve disassembly to show embedded code objects

Serhiy Storchaka report at bugs.python.org
Sun May 28 10:33:39 EDT 2017


Serhiy Storchaka added the comment:

PR 1844 implements Nick's suggestion, but I don't like it. This complicates both the interface and the implementation.

help() also can produce very noisy output if request the documentation of the whole module. But the output of help() usually is piped through a pager. Would it help if pipe the output of dis() through a pager if the output file and stdin are attached to a terminal?

----------

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


More information about the Python-bugs-list mailing list