]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111969: refactor to make it easier to construct a dis.Instruction object (#111970)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sun, 12 Nov 2023 14:06:02 +0000 (14:06 +0000)
committerGitHub <noreply@github.com>
Sun, 12 Nov 2023 14:06:02 +0000 (14:06 +0000)
commitb2af50cb0266f654cff126c7a78a4a7755bc3fbe
tree43e16a3da70457553dc1ab391b3a98f918a5cb2f
parent40752c1c1e8cec80e99a2c9796f4fde2f8b5d3e2
gh-111969: refactor to make it easier to construct a dis.Instruction object (#111970)
Lib/dis.py
Lib/test/test_dis.py