From: Brandt Bucher Date: Thu, 22 Sep 2022 16:18:37 +0000 (-0700) Subject: Remove a stray DISPATCH() (GH-97004) X-Git-Tag: v3.11.1~455 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb87aaafba5a156c4bb8cb326b30984b99fccbfc;p=thirdparty%2FPython%2Fcpython.git Remove a stray DISPATCH() (GH-97004) --- diff --git a/Python/ceval.c b/Python/ceval.c index f95e95c0589c..07a5461daf30 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;