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 8290679 commit b85c8b8Copy full SHA for b85c8b8
Doc/c-api/init.rst
@@ -1362,7 +1362,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
1362
1363
CPython implements :ref:`recursion control <recursion>` for C code by raising
1364
:py:exc:`RecursionError` when it notices that the machine execution stack is close
1365
- to overflow.
+ to overflow. See for example the :c:func:`Py_EnterRecursiveCall` function.
1366
For this, it needs to know the location of the current thread's stack, which it
1367
normally gets from the operating system.
1368
When the stack is changed, for example using context switching techniques like the
0 commit comments