]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109052: Use the base opcode when comparing code objects (gh-109107)
authorTian Gao <gaogaotiantian@hotmail.com>
Sat, 9 Sep 2023 01:24:49 +0000 (18:24 -0700)
committerGitHub <noreply@github.com>
Sat, 9 Sep 2023 01:24:49 +0000 (10:24 +0900)
commit057bc7249073066ed8087b548ee06f0eabfa9e7c
tree97d123718225d24a6baf505d946bf027ee5b9ca4
parenta56c92875699c2ba92ed49e72f6abbf363a5c537
gh-109052: Use the base opcode when comparing code objects (gh-109107)
Lib/test/test_code.py
Misc/NEWS.d/next/Core and Builtins/2023-09-07-18-49-01.gh-issue-109052.TBU4nC.rst [new file with mode: 0644]
Objects/codeobject.c