[Python-checkins] [python/cpython] d90045: bpo-22352: Adjust widths in the output of dis.dis(...

GitHub noreply at github.com
Wed Apr 19 13:36:33 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: d90045f319e2ea9772b9fbd62a05fdf34af96b6c
      https://github.com/python/cpython/commit/d90045f319e2ea9772b9fbd62a05fdf34af96b6c
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M Lib/dis.py
    M Lib/test/test_dis.py
    M Misc/NEWS

  Log Message:
  -----------
  bpo-22352: Adjust widths in the output of dis.dis() for large line numbers and (#1153)

instruction offsets.

Add tests for widths of opcode names.




More information about the Python-checkins mailing list