]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-109052: Use the base opcode when comparing code objects (GH-112329)
authorTian Gao <gaogaotiantian@hotmail.com>
Thu, 23 Nov 2023 18:18:17 +0000 (10:18 -0800)
committerGitHub <noreply@github.com>
Thu, 23 Nov 2023 18:18:17 +0000 (10:18 -0800)
commit3210e3c6cc87d08cee3f61b4bdb322f0427070da
treec7e8acc63268527f5d9ad45ca1bd4c43909436f7
parentbfc6d91c784c428c6f5c706a316cdce9140c4753
[3.12] GH-109052: Use the base opcode when comparing code objects (GH-112329)
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