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 6103ab1 commit 86b21c1Copy full SHA for 86b21c1
1 file changed
Python/thread.c
@@ -122,6 +122,7 @@ static size_t _pythread_stacksize = 0;
122
#endif
123
124
#ifdef C_THREADS
125
+#error Mach C Threads are now unsupported, and code will be removed in 3.3.
126
#include "thread_cthread.h"
127
128
0 commit comments