]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112962: in dis module, put cache information in the Instruction instead of creatin...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 13 Dec 2023 12:00:21 +0000 (12:00 +0000)
committerGitHub <noreply@github.com>
Wed, 13 Dec 2023 12:00:21 +0000 (12:00 +0000)
commit428c9812cb4ff3521e5904719224fe63fba5370a
tree65335e5e53acffbc42c71a1ba52616e022abe13a
parent3531ea441b8b76bff90d2ecc062335da65fd3341
gh-112962: in dis module, put cache information in the Instruction instead of creating fake Instructions to represent it (#113016)
Doc/library/dis.rst
Lib/dis.py
Lib/test/support/bytecode_helper.py
Lib/test/test_code.py
Lib/test/test_compile.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Library/2023-12-12-16-32-55.gh-issue-112962.ZZWXZn.rst [new file with mode: 0644]