We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab11dd3 commit dbe1580Copy full SHA for dbe1580
1 file changed
peps/pep-0788.rst
@@ -13,7 +13,7 @@ Post-History: `10-Mar-2025 <https://discuss.python.org/t/83959>`__
13
Abstract
14
========
15
16
-:c:func:`PyGILState_Ensure`, :c:func:`PyGILState_Ensure`, and other related
+:c:func:`PyGILState_Ensure`, :c:func:`PyGILState_Release`, and other related
17
functions in the ``PyGILState`` family are the most common way to create
18
native threads that interact with Python. They have been the standard for over
19
twenty years (:pep:`311`). But, over time, these functions have
0 commit comments