10BC0 Merge branch 'main' into gh-144289-specialize-cleanup · python/cpython@8ac6d13 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ac6d13

Browse files
authored
Merge branch 'main' into gh-144289-specialize-cleanup
2 parents d230d0b + 6b45381 commit 8ac6d13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/ceval_macros.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ gen_try_set_executing(PyGenObject *gen)
529529
return true;
530530
}
531531
}
532+
return false;
532533
}
533534
#endif
534535
// Use faster non-atomic modifications in the GIL-enabled build and when

0 commit comments

Comments
 (0)
0