diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2023-09-22 21:13:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-22 21:13:31 (GMT) |
commit | d5611f280403d19befe4a3e505b037d286cf798e (patch) | |
tree | 468f1560b4e67a67a579b98c9cc0dfd26bad47ce /Misc | |
parent | 8ded34a1ff2d355e95213ab72493908f2ca25dd9 (diff) | |
download | cpython-d5611f280403d19befe4a3e505b037d286cf798e.zip cpython-d5611f280403d19befe4a3e505b037d286cf798e.tar.gz cpython-d5611f280403d19befe4a3e505b037d286cf798e.tar.bz2 |
GH-107265: Add missing deoptimizations for ENTER_EXECUTOR's original opcode (GH-109420)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-09-14-20-15-57.gh-issue-107265.qHZL_6.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-09-14-20-15-57.gh-issue-107265.qHZL_6.rst b/Misc/NEWS.d/next/Core and Builtins/2023-09-14-20-15-57.gh-issue-107265.qHZL_6.rst new file mode 100644 index 0000000..c30c21f --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-09-14-20-15-57.gh-issue-107265.qHZL_6.rst @@ -0,0 +1 @@ +Deopt opcodes hidden by the executor when base opcode is needed |