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 6d397eb commit 3b7b3ffCopy full SHA for 3b7b3ff
Doc/c-api/init.rst
@@ -2069,7 +2069,7 @@ Python-level trace functions in previous versions.
2069
2070
See also the :func:`sys.setprofile` function.
2071
2072
- The caller must hold the :term:`GIL`.
+ The caller must have an active :term:`thread state`.
2073
2074
.. c:function:: void PyEval_SetProfileAllThreads(Py_tracefunc func, PyObject *obj)
2075
0 commit comments