]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-22352: Adjust widths in the output of dis.dis() for large line numbers and (...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 19 Apr 2017 17:36:31 +0000 (20:36 +0300)
committerGitHub <noreply@github.com>
Wed, 19 Apr 2017 17:36:31 +0000 (20:36 +0300)
commitd90045f319e2ea9772b9fbd62a05fdf34af96b6c
treec00114d2e77720639c3c7523056a2f7e1a854537
parentbf623ae8843dc30b28c574bec8d29fc14be59d86
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.
Lib/dis.py
Lib/test/test_dis.py
Misc/NEWS