commit | 86b21c190ae6696f2faea6dd25a4a343e771ef02 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 24 20:24:16 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 24 20:24:16 2009 +0000 |
tree | dcf5cfe5b6da89f828fc59a4e2054c73cab4dd49 | |
parent | 6103ab1d0b3361486960f3fa7711f20c91c535f5 [diff] [blame] |
Disable support for Mach C Threads.
diff --git a/Python/thread.c b/Python/thread.c index c440d43..5b8ec10 100644 --- a/Python/thread.c +++ b/Python/thread.c
@@ -122,6 +122,7 @@ #endif #ifdef C_THREADS +#error Mach C Threads are now unsupported, and code will be removed in 3.3. #include "thread_cthread.h" #endif