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

GitHub noreply at github.com
Sun Jun 11 09:29:35 EDT 2017


  Branch: refs/heads/bpo-30508
  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.


  Commit: 36ff451ebae41f09560bff582c95946474d898f8
      https://github.com/python/cpython/commit/36ff451ebae41f09560bff582c95946474d898f8
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
    M Misc/NEWS
    M Python/compile.c
    M Python/importlib.h
    M Python/importlib_external.h
    M Python/peephole.c

  Log Message:
  -----------
  bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851)


  Commit: 5bec757581177ec00c6b0d9797f86388ccb0f4a6
      https://github.com/python/cpython/commit/5bec757581177ec00c6b0d9797f86388ccb0f4a6
  Author: Yury Selivanov <yury at magic.io>
  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
    M Python/compile.c
    M Python/importlib.h
    M Python/importlib_external.h
    M Python/peephole.c

  Log Message:
  -----------
  Merge branch 'master' into bpo-30508


Compare: https://github.com/python/cpython/compare/677b27270fd5...5bec75758117


More information about the Python-checkins mailing list