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 66ef5bb commit b920bffCopy full SHA for b920bff
peps/pep-0788.rst
@@ -428,7 +428,7 @@ existing and new ``PyThreadState`` APIs.
428
3. :c:func:`PyGILState_GetThisThreadState`: use :c:func:`PyThreadState_Get` or
429
:c:func:`PyThreadState_GetUnchecked` instead.
430
4. :c:func:`PyGILState_Check`: use ``PyThreadState_GetUnchecked() != NULL``
431
- instead.
+ instead.
432
433
These APIs will be removed from public C API headers in Python 3.20 (five years
434
from now). They will remain available in the stable ABI for compatibility.
0 commit comments