]> granicus.if.org Git - python/commitdiff
Disable support for Mach C Threads.
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 24 Oct 2009 20:24:16 +0000 (20:24 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 24 Oct 2009 20:24:16 +0000 (20:24 +0000)
Python/thread.c

index c440d43ee5773fb3d9a1711f42b4bd03fdf31431..5b8ec10b5c57443019bbd8df314dc062874266df 100644 (file)
@@ -122,6 +122,7 @@ static size_t _pythread_stacksize = 0;
 #endif
 
 #ifdef C_THREADS
+#error Mach C Threads are now unsupported, and code will be removed in 3.3.
 #include "thread_cthread.h"
 #endif