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 0cec91b commit 15d0fbdCopy full SHA for 15d0fbd
peps/pep-0788.rst
@@ -387,7 +387,7 @@ replace :c:func:`PyGILState_Ensure` and :c:func:`PyGILState_Release`.
387
388
If there is no attached thread state, then this function checks if any
389
thread state has been used by the current OS thread. (This is
390
- returned by :c:func:`PyGILState_GetThisThisThread`.)
+ returned by :c:func:`PyGILState_GetThisThreadState`.)
391
If there was, then this function checks if that thread state's interpreter
392
matches *guard*. If it does, it is re-attached and marked as used.
393
0 commit comments