diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2023-11-23 18:18:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-23 18:18:17 (GMT) |
commit | 3210e3c6cc87d08cee3f61b4bdb322f0427070da (patch) | |
tree | c7e8acc63268527f5d9ad45ca1bd4c43909436f7 /Misc | |
parent | bfc6d91c784c428c6f5c706a316cdce9140c4753 (diff) | |
download | cpython-3210e3c6cc87d08cee3f61b4bdb322f0427070da.zip cpython-3210e3c6cc87d08cee3f61b4bdb322f0427070da.tar.gz cpython-3210e3c6cc87d08cee3f61b4bdb322f0427070da.tar.bz2 |
[3.12] GH-109052: Use the base opcode when comparing code objects (GH-112329)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-09-07-18-49-01.gh-issue-109052.TBU4nC.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-09-07-18-49-01.gh-issue-109052.TBU4nC.rst b/Misc/NEWS.d/next/Core and Builtins/2023-09-07-18-49-01.gh-issue-109052.TBU4nC.rst new file mode 100644 index 0000000..175046c --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-09-07-18-49-01.gh-issue-109052.TBU4nC.rst @@ -0,0 +1 @@ +Use the base opcode when comparing code objects to avoid interference from instrumentation |