File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,14 @@ at runtime using the environment variable :envvar:`PYTHON_GIL` or
6161the command-line option :option: `-X gil `.
6262
6363The 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
6874Thread safety
You can’t perform that action at this time.
0 commit comments