Index: Doc/c-api/init.rst =================================================================== --- Doc/c-api/init.rst (revision 66872) +++ Doc/c-api/init.rst (working copy) @@ -755,7 +755,7 @@ :cmacro:`Py_END_ALLOW_THREADS` macros is acceptable. The return value is an opaque "handle" to the thread state when - :cfunc:`PyGILState_Acquire` was called, and must be passed to + :cfunc:`PyGILState_Ensure` was called, and must be passed to :cfunc:`PyGILState_Release` to ensure Python is left in the same state. Even though recursive calls are allowed, these handles *cannot* be shared - each unique call to :cfunc:`PyGILState_Ensure` must save the handle for its call to