summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTian Gao <gaogaotiantian@hotmail.com>2023-09-22 21:13:31 (GMT)
committerGitHub <noreply@github.com>2023-09-22 21:13:31 (GMT)
commitd5611f280403d19befe4a3e505b037d286cf798e (patch)
tree468f1560b4e67a67a579b98c9cc0dfd26bad47ce /Misc
parent8ded34a1ff2d355e95213ab72493908f2ca25dd9 (diff)
downloadcpython-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.rst1
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