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 5358d14 commit 093ba05Copy full SHA for 093ba05
Doc/c-api/init.rst
@@ -2095,7 +2095,7 @@ Python-level trace functions in previous versions.
2095
2096
See also the :func:`sys.settrace` function.
2097
2098
- The caller must hold the :term:`GIL`.
+ The caller must have an active :term:`thread state`.
2099
2100
.. c:function:: void PyEval_SetTraceAllThreads(Py_tracefunc func, PyObject *obj)
2101
0 commit comments