Skip to content

Commit 700e9fa

Browse files
authored
GH-142513: fix missing return in executor_clear (GH-143073)
fix missing return in executor_clear
1 parent 487e91c commit 700e9fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/optimizer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,6 +1773,7 @@ static int
17731773
executor_clear(PyObject *op)
17741774
{
17751775
executor_invalidate(op);
1776+
return 0;
17761777
}
17771778

17781779
void

0 commit comments

Comments
 (0)