Skip to content
Prev Previous commit
Next Next commit
Update
  • Loading branch information
corona10 committed Jun 15, 2025
commit 6552d56b2d78941e054a45ab679e5acae48a626d
4 changes: 2 additions & 2 deletions Doc/howto/free-threading-extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
C API Extension Support for Free Threading
******************************************

Starting with the 3.13 release, CPython has experimental support for running
with the :term:`global interpreter lock` (GIL) disabled in a configuration
Starting with the 3.13 release, CPython has support for running with
the :term:`global interpreter lock` (GIL) disabled in a configuration
called :term:`free threading`. This document describes how to adapt C API
extensions to support free threading.

Expand Down
Loading