Skip to content

Commit a3ad6b3

Browse files
committed
Remove mention of C macro
1 parent f24bdb7 commit a3ad6b3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Doc/howto/free-threading-python.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,14 @@ at runtime using the environment variable :envvar:`PYTHON_GIL` or
6161
the command-line option :option:`-X gil`.
6262

6363
The GIL may also automatically be enabled when importing a C-API extension
64-
module that is not explicitly marked as supporting free threading. See
65-
:c:macro:`Py_MOD_GIL_NOT_USED` for more details.
64+
module that is not explicitly marked as supporting free threading. A warning
65+
will be printed in this case.
66+
67+
In addition to individual package documentation, the following websites track
68+
the status of popular packages support for free threading:
69+
70+
* https://py-free-threading.github.io/tracking/
71+
* https://hugovk.github.io/free-threaded-wheels/
6672

6773

6874
Thread safety

0 commit comments

Comments
 (0)