We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0389e16 commit 38ed1e2Copy full SHA for 38ed1e2
Doc/c-api/intro.rst
@@ -219,6 +219,13 @@ complete listing.
219
220
.. versionadded:: 3.11
221
222
+.. c:macro:: Py_CAN_START_THREADS
223
+
224
+ If this macro is defined, then the current system is able to start threads.
225
226
+ Currently, all systems supported by CPython (per :pep:`11`), with the
227
+ exception of some WebAssembly platforms, support starting threads.
228
229
.. c:macro:: Py_CHARMASK(c)
230
231
Argument must be a character or an integer in the range [-128, 127] or [0,
0 commit comments