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 3c54922 commit bd7eaa6Copy full SHA for bd7eaa6
Doc/c-api/exceptions.rst
@@ -973,8 +973,8 @@ these are the C equivalent to :func:`reprlib.recursive_repr`.
973
:c:func:`Py_SetRecursionLimit`. The recursion limit prevents the
974
Python interpreter stack from growing infinitely.
975
976
- This function cannot fail, and the caller must hold an
977
- :term:`attached thread state`.
+ This function cannot fail, and the caller must hold the
+ :term:`GIL`.
978
979
.. seealso::
980
:py:func:`sys.getrecursionlimit`
0 commit comments