Skip to content

Commit 7dcdf04

Browse files
committed
Update comment
1 parent 41e9404 commit 7dcdf04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/ceval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ PyUnstable_ThreadState_ResetStackProtection(PyThreadState *tstate)
596596

597597

598598
/* The function _Py_EnterRecursiveCallTstate() only calls _Py_CheckRecursiveCall()
599-
if the recursion_depth reaches recursion_limit. */
599+
if the stack poineter is between the stack base and c_stack_hard_limit. */
600600
int
601601
_Py_CheckRecursiveCall(PyThreadState *tstate, const char *where)
602602
{

0 commit comments

Comments
 (0)