Fix PyGILState_GetThisThreadState() prototype in the API documentation.
This commit is contained in:
parent
1bc53c6e0b
commit
6d12c80c91
|
@ -642,7 +642,7 @@ with sub-interpreters:
|
|||
.. 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
|
||||
GILState API has been used on the current thread. Note that the main thread
|
||||
|
|
Loading…
Reference in New Issue