mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove a stray DISPATCH() (GH-97004)
This commit is contained in:
parent
6d9905fd71
commit
fb87aaafba
1 changed files with 0 additions and 1 deletions
|
@ -3582,7 +3582,6 @@ handle_eval_breaker:
|
|||
DISPATCH();
|
||||
}
|
||||
|
||||
DISPATCH();
|
||||
TARGET(STORE_ATTR_ADAPTIVE) {
|
||||
assert(cframe.use_tracing == 0);
|
||||
_PyAttrCache *cache = (_PyAttrCache *)next_instr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue