Skip to content

Commit 9210541

Browse files
Update Python/ceval.c
Co-authored-by: Brett Cannon <[email protected]>
1 parent 919b741 commit 9210541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/ceval.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4654,7 +4654,7 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, InterpreterFrame *frame, int thr
46544654
goto error;
46554655
}
46564656
assert(tstate->interp->eval_frame != NULL);
4657-
// The frame has stolen all the arguments from the stack, so there is no need to clean up them
4657+
// The frame has stolen all the arguments from the stack, so there is no need to clean them up.```
46584658
Py_DECREF(function);
46594659
_PyFrame_SetStackPointer(frame, stack_pointer);
46604660
new_frame->depth = frame->depth + 1;

0 commit comments

Comments
 (0)