Add link to Python free threading site

See issue #3121
[skip ci]
This commit is contained in:
William S Fulton 2025-04-20 18:45:51 +01:00
parent b6f3f184ff
commit b0c7e23858
1 changed files with 2 additions and 0 deletions

View File

@ -4209,6 +4209,8 @@ In particular, the Python header files from the free threading build of Python m
when compiling the SWIG generated code.
This is needed for the C/C++ compiler to be aware of the <tt>Py_GIL_DISABLED</tt> Python macro,
which identifies the free threading build, and is used by the SWIG generated code.
Please see the <a href="https://py-free-threading.github.io/">Python free-threading guide</a>
site for further resources and information around free threading in Python.
</p>
<p>