Skip to content

Commit dbe1580

Browse files
committed
PyGILState_Ensure() -> PyGILState_Release()
1 parent ab11dd3 commit dbe1580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

peps/pep-0788.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Post-History: `10-Mar-2025 <https://discuss.python.org/t/83959>`__
1313
Abstract
1414
========
1515

16-
:c:func:`PyGILState_Ensure`, :c:func:`PyGILState_Ensure`, and other related
16+
:c:func:`PyGILState_Ensure`, :c:func:`PyGILState_Release`, and other related
1717
functions in the ``PyGILState`` family are the most common way to create
1818
native threads that interact with Python. They have been the standard for over
1919
twenty years (:pep:`311`). But, over time, these functions have

0 commit comments

Comments
 (0)