summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorBrandt Bucher <brandtbucher@microsoft.com>2022-09-22 16:18:37 (GMT)
committerGitHub <noreply@github.com>2022-09-22 16:18:37 (GMT)
commitfb87aaafba5a156c4bb8cb326b30984b99fccbfc (patch)
tree23b86f280e0c4a933b1fe9d27ea10a8393845ca0 /Python
parent6d9905fd714e1f553b2008441dd810be97df2ecb (diff)
downloadcpython-fb87aaafba5a156c4bb8cb326b30984b99fccbfc.zip
cpython-fb87aaafba5a156c4bb8cb326b30984b99fccbfc.tar.gz
cpython-fb87aaafba5a156c4bb8cb326b30984b99fccbfc.tar.bz2
Remove a stray DISPATCH() (GH-97004)
Diffstat (limited to 'Python')
-rw-r--r--Python/ceval.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/ceval.c b/Python/ceval.c
index f95e95c..07a5461 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -3582,7 +3582,6 @@ handle_eval_breaker:
DISPATCH();
}
- DISPATCH();
TARGET(STORE_ATTR_ADAPTIVE) {
assert(cframe.use_tracing == 0);
_PyAttrCache *cache = (_PyAttrCache *)next_instr;