]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45168: change dis output to omit missing values rather than replacing them by...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 14 Sep 2021 09:09:05 +0000 (10:09 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Sep 2021 09:09:05 +0000 (10:09 +0100)
commitc99fc4e53a60084df88ac5c69b3b13bc033677e1
treedec1308bd562dfd578ee29d15d0bb8ea5acb0ac2
parentc2f1e953371c25f6c42b599ba3d8797effbb503e
bpo-45168: change dis output to omit missing values rather than replacing them by their index (GH-28313)
Doc/library/dis.rst
Lib/dis.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Library/2021-09-13-14-28-49.bpo-45168.Z1mfW4.rst [new file with mode: 0644]