We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e9404 commit 7dcdf04Copy full SHA for 7dcdf04
Python/ceval.c
@@ -596,7 +596,7 @@ PyUnstable_ThreadState_ResetStackProtection(PyThreadState *tstate)
596
597
598
/* The function _Py_EnterRecursiveCallTstate() only calls _Py_CheckRecursiveCall()
599
- if the recursion_depth reaches recursion_limit. */
+ if the stack poineter is between the stack base and c_stack_hard_limit. */
600
int
601
_Py_CheckRecursiveCall(PyThreadState *tstate, const char *where)
602
{
0 commit comments