[Python-checkins] [python/cpython] 1efbf9: bpo-11822: Improve disassembly to show embedded co...

GitHub noreply at github.com
Sun Jun 11 07:09:40 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 1efbf92e90ed2edf3f5bb5323340b26f318ff61e
      https://github.com/python/cpython/commit/1efbf92e90ed2edf3f5bb5323340b26f318ff61e
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
    M Doc/library/dis.rst
    M Doc/whatsnew/3.7.rst
    M Lib/dis.py
    M Lib/test/test_dis.py
    M Misc/NEWS

  Log Message:
  -----------
  bpo-11822: Improve disassembly to show embedded code objects. (#1844)

The depth argument limits recursion.




More information about the Python-checkins mailing list