mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
200 B
ReStructuredText
3 lines
200 B
ReStructuredText
Building extensions intended for free-threaded builds of CPython now require
|
|
compiling with ``/DPy_GIL_DISABLED`` manually when using a regular install. This
|
|
is expected to change in future releases.
|