]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45017: move opcode-related logic from modulefinder to dis (GH-28246)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 9 Sep 2021 13:04:12 +0000 (14:04 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Sep 2021 13:04:12 +0000 (14:04 +0100)
commit04676b69466d2e6d2903f1c6879d2cb292721455
tree9e9901e4c25cb84800949d990a9cbaef851d32be
parent49acac00c08838d8080ce00d02c05284b94f8fb2
bpo-45017: move opcode-related logic from modulefinder to dis (GH-28246)
Lib/dis.py
Lib/modulefinder.py
Lib/test/test_dis.py