We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93282d commit 7fe42f4Copy full SHA for 7fe42f4
1 file changed
Doc/c-api/synchronization.rst
@@ -220,6 +220,9 @@ are not available.
220
To be used only as in the macro expansions
221
listed :ref:`earlier in this section <critical-section-macros>`.
222
223
+ In non-:term:`free-threaded <free threading>` builds of CPython, these
224
+ functions do nothing.
225
+
226
.. versionadded:: 3.13
227
228
.. c:type:: PyCriticalSection
@@ -240,6 +243,9 @@ are not available.
240
243
241
244
242
245
246
247
248
249
.. versionadded:: 3.14
250
251
0 commit comments