[issue11822] Improve disassembly to show embedded code objects

Nick Coghlan report at bugs.python.org
Wed Jun 1 07:10:24 CEST 2011


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

Note that Yaniv Aknin (author of the Python's Innards series of blog posts) has a recursive dis variant that may be useful for inspiration:

https://bitbucket.org/yaniv_aknin/pynards/src/c4b61c7a1798/common/blog.py

As shown there, this recursive behaviour can also be useful for code_info/show_code.

----------
nosy: +ncoghlan

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


More information about the Python-bugs-list mailing list