]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-90916: Add helper function to dis.Instruction and use it to reduce churn in test_d...
authorMark Shannon <mark@hotpy.org>
Tue, 4 Mar 2025 16:43:39 +0000 (16:43 +0000)
committerGitHub <noreply@github.com>
Tue, 4 Mar 2025 16:43:39 +0000 (16:43 +0000)
commit885c3d126f39711971d84a2dee04c19df8a301e4
treeee3e6299b66068bff17b5995288fd3a1cb91be0d
parent63b6ec31c44bc91f748a39daf4f65ef9ad25d21b
GH-90916: Add helper function to dis.Instruction and use it to reduce churn in test_dis (GH-130643)
Lib/dis.py
Lib/test/test_dis.py