mirror of https://github.com/swig/swig
parent
b6f3f184ff
commit
b0c7e23858
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue