[3.12] GH-109052: Use the base opcode when comparing code objects (GH… · python/cpython@3210e3c · GitHub
Skip to content

Commit 3210e3c

Browse files
[3.12] GH-109052: Use the base opcode when comparing code objects (GH-112329)
1 parent bfc6d91 commit 3210e3c

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

Lib/test/test_code.py

Lines changed: 19 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use the base opcode when comparing code objects to avoid interference from instrumentation

Objects/codeobject.c

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)