]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112620: Fix dis error on show_cache with labels (#112621)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sun, 3 Dec 2023 12:12:49 +0000 (12:12 +0000)
committerGitHub <noreply@github.com>
Sun, 3 Dec 2023 12:12:49 +0000 (12:12 +0000)
commit162d3d428a836850ba29c58bbf37c931843d9e37
tree7c876204b40b009f3c087b402b7f867ffd840038
parent4ed46d224401243399b41c7ceef4532bd249da27
gh-112620: Fix dis error on show_cache with labels (#112621)
Lib/dis.py
Lib/test/test_dis.py