]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112720: Move instruction formatting from the dis.Instruction class to a new class...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sat, 9 Dec 2023 10:03:02 +0000 (10:03 +0000)
committerGitHub <noreply@github.com>
Sat, 9 Dec 2023 10:03:02 +0000 (10:03 +0000)
commitc98c40227e8cd976a08ff0f6dc386b5d33f62f84
tree4971139832b108e158f5306fd02231db1c41be11
parent10e9bb13b8dcaa414645b9bd10718d8f7179e82b
gh-112720: Move instruction formatting from the dis.Instruction class to a new class dis.InstructionFormatter. Add the ArgResolver class. (#112722)
Lib/dis.py
Lib/test/test_dis.py