From: Antoine Pitrou Date: Sat, 24 Oct 2009 20:24:16 +0000 (+0000) Subject: Disable support for Mach C Threads. X-Git-Tag: v3.2a1~2335 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86b21c190ae6696f2faea6dd25a4a343e771ef02;p=python Disable support for Mach C Threads. --- diff --git a/Python/thread.c b/Python/thread.c index c440d43ee5..5b8ec10b5c 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -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