Skip to content

Commit da8cbf0

Browse files
committed
Py_EnterRecursiveCall(): add seealso
1 parent b85c8b8 commit da8cbf0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/c-api/exceptions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,9 @@ because the :ref:`call protocol <call>` takes care of recursion handling.
939939
be concatenated to the :exc:`RecursionError` message caused by the recursion
940940
depth limit.
941941
942+
.. seealso::
943+
The :c:func:`PyUnstable_ThreadState_SetStack` function.
944+
942945
.. versionchanged:: 3.9
943946
This function is now also available in the :ref:`limited API <limited-c-api>`.
944947

0 commit comments

Comments
 (0)