1 parent 75346d5 commit a074dd0Copy full SHA for a074dd0
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