mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
#10741: merge with 3.2
This commit is contained in:
commit
1e8d8fd01d
2 changed files with 9 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ PyAPI_FUNC(void) PyGILState_Release(PyGILState_STATE);
|
|||
|
||||
/* Helper/diagnostic function - get the current thread state for
|
||||
this thread. May return NULL if no GILState API has been used
|
||||
on the current thread. Note the main thread always has such a
|
||||
on the current thread. Note that the main thread always has such a
|
||||
thread-state, even if no auto-thread-state call has been made
|
||||
on the main thread.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue