]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove a stray DISPATCH() (GH-97004)
authorBrandt Bucher <brandtbucher@microsoft.com>
Thu, 22 Sep 2022 16:18:37 +0000 (09:18 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Sep 2022 16:18:37 +0000 (09:18 -0700)
Python/ceval.c

index f95e95c0589c1a23b50a38ca370a6d1e10175fd4..07a5461daf30f2f852bdf349e3ab2ccdc3287cd5 100644 (file)
@@ -3582,7 +3582,6 @@ handle_eval_breaker:
             DISPATCH();
         }
 
-            DISPATCH();
         TARGET(STORE_ATTR_ADAPTIVE) {
             assert(cframe.use_tracing == 0);
             _PyAttrCache *cache = (_PyAttrCache *)next_instr;