]> granicus.if.org Git - python/commit
bpo-11822: Improve disassembly to show embedded code objects. (#1844)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Jun 2017 11:09:39 +0000 (14:09 +0300)
committerGitHub <noreply@github.com>
Sun, 11 Jun 2017 11:09:39 +0000 (14:09 +0300)
commit1efbf92e90ed2edf3f5bb5323340b26f318ff61e
treeb3dbf9eede1f4c0094c8c8dcf0a02523406b3130
parentfdfca5f0ffa831a3365cbabf9ed8fd05e9c4da49
bpo-11822: Improve disassembly to show embedded code objects. (#1844)

The depth argument limits recursion.
Doc/library/dis.rst
Doc/whatsnew/3.7.rst
Lib/dis.py
Lib/test/test_dis.py
Misc/NEWS