Fix PyGILState_GetThisThreadState() prototype in the API documentation.

parent 1bc53c6e
...@@ -642,7 +642,7 @@ with sub-interpreters: ...@@ -642,7 +642,7 @@ with sub-interpreters:
.. versionadded:: 2.3 .. versionadded:: 2.3
.. c:function:: PyThreadState PyGILState_GetThisThreadState() .. c:function:: PyThreadState* PyGILState_GetThisThreadState()
Get the current thread state for this thread. May return ``NULL`` if no Get the current thread state for this thread. May return ``NULL`` if no
GILState API has been used on the current thread. Note that the main thread GILState API has been used on the current thread. Note that the main thread
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment