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 a71ed5c commit 3c54922Copy full SHA for 3c54922
Doc/c-api/exceptions.rst
@@ -983,8 +983,8 @@ these are the C equivalent to :func:`reprlib.recursive_repr`.
983
984
Set the recursion limit for the current interpreter.
985
986
- This function cannot fail, and the caller must hold an
987
- :term:`attached thread state`.
+ This function cannot fail, and the caller must hold the
+ :term:`GIL`.
988
989
.. seealso::
990
:py:func:`sys.setrecursionlimit`
0 commit comments